Get Instances Plain Args
data class GetInstancesPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val imageId: String? = null, val instanceName: String? = null, val instanceType: String? = null, val keyPairName: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val paymentType: String? = null, val resolution: String? = null, val status: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetInstancesPlainArgs>
A collection of arguments for invoking getInstances.
Constructors
Link copied to clipboard
fun GetInstancesPlainArgs(enableDetails: Boolean? = null, ids: List<String>? = null, imageId: String? = null, instanceName: String? = null, instanceType: String? = null, keyPairName: String? = null, nameRegex: String? = null, outputFile: String? = null, paymentType: String? = null, resolution: String? = null, status: String? = null, zoneId: String? = null)
Functions
Properties
Link copied to clipboard
The name of the instance. It must be 2 to 128 characters in length and must start with an uppercase letter or Chinese. It cannot start with http:// or https. It can contain Chinese, English, numbers, half-width colons (:), underscores (_), half-width periods (.), or dashes (-). The default value is the InstanceId of the instance.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard