GetInstancesPlainArgs

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
constructor(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)

Properties

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

A list of Ecp Instances IDs.

Link copied to clipboard
val imageId: String? = null

The ID Of The Image.

Link copied to clipboard
val instanceName: String? = null

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
val instanceType: String? = null

Instance Type.

Link copied to clipboard
val keyPairName: String? = null

The name of the key pair of the mobile phone instance.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by mobile phone 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 paymentType: String? = null

The payment type.Valid values: PayAsYouGo,Subscription

Link copied to clipboard
val resolution: String? = null

The selected resolution for the cloud mobile phone instance.

Link copied to clipboard
val status: String? = null

Instance status. Valid values: Pending, Running, Starting, Stopped, Stopping .

Link copied to clipboard
val zoneId: String? = null

Functions

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