GetInstancesPlainArgs

data class GetInstancesPlainArgs(val availabilityZone: String? = null, val dbInstanceCategories: String? = null, val dbInstanceModes: String? = null, val description: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val instanceNetworkType: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val vswitchId: String? = null) : ConvertibleToJava<GetInstancesPlainArgs>

A collection of arguments for invoking getInstances.

Constructors

Link copied to clipboard
constructor(availabilityZone: String? = null, dbInstanceCategories: String? = null, dbInstanceModes: String? = null, description: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, instanceNetworkType: String? = null, nameRegex: String? = null, outputFile: String? = null, resourceGroupId: String? = null, status: String? = null, tags: Map<String, String>? = null, vswitchId: String? = null)

Properties

Link copied to clipboard

Instance availability zone.

Link copied to clipboard

The db instance categories.

Link copied to clipboard
val dbInstanceModes: String? = null

The db instance modes.

Link copied to clipboard
val description: String? = null

The description of the instance.

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details about resource attributes.

Link copied to clipboard
val ids: List<String>? = null

The ids list of AnalyticDB for PostgreSQL instances.

Link copied to clipboard

The network type of the instance.

Link copied to clipboard
val nameRegex: String? = null

A regex string to apply to the instance name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val resourceGroupId: String? = null

The ID of the enterprise resource group to which the instance belongs.

Link copied to clipboard
val status: String? = null

The status of the instance. Valid values: Creating, DBInstanceClassChanging, DBInstanceNetTypeChanging, Deleting, EngineVersionUpgrading, GuardDBInstanceCreating, GuardSwitching, Importing, ImportingFromOtherInstance, Rebooting, Restoring, Running, Transfering, TransferingToOtherInstance.

Link copied to clipboard
val tags: Map<String, String>? = null
Link copied to clipboard
val vswitchId: String? = null

Used to retrieve instances belong to specified vswitch resources.

Functions

Link copied to clipboard
open override fun toJava(): GetInstancesPlainArgs