Get Instances Plain Args
data class GetInstancesPlainArgs(val availabilityZone: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val imageId: String? = null, val instanceName: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val ramRoleName: String? = null, val resourceGroupId: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val vpcId: String? = null, val vswitchId: String? = null) : ConvertibleToJava<GetInstancesPlainArgs>
A collection of arguments for invoking getInstances.
Constructors
Link copied to clipboard
constructor(availabilityZone: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, imageId: String? = null, instanceName: String? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, ramRoleName: String? = null, resourceGroupId: String? = null, status: String? = null, tags: Map<String, String>? = null, vpcId: String? = null, vswitchId: String? = null)
Properties
Link copied to clipboard
Availability zone where instances are located.
Link copied to clipboard
Default to true
. If false, the attributes ram_role_name
and disk_device_mappings
will not be fetched and output.
Link copied to clipboard
The name of the instance. Fuzzy search with the asterisk (*) wildcard characters is supported.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Link copied to clipboard
The RAM role name which the instance attaches.
Link copied to clipboard
The ID of resource group which the instance belongs.