Get Instances Plain Args
data class GetInstancesPlainArgs(val availabilityZone: String? = null, val ids: List<String>? = null, val instanceClass: String? = null, val instanceType: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetInstancesPlainArgs>
A collection of arguments for invoking getInstances.
Constructors
Properties
Link copied to clipboard
Instance availability zone.
Link copied to clipboard
Sizing of the instance to be queried.
Link copied to clipboard
Type of the instance to be queried. If it is set to sharding
, the sharded cluster instances are listed. If it is set to replicate
, replica set instances are listed. Default value replicate
.
Link copied to clipboard
The name of file that can save the collection of instances after running pulumi preview
.