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
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

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

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

Instance Name.

Link copied to clipboard
val instanceType: String? = null

Instance Type.

Link copied to clipboard
val keyPairName: String? = null

The Key Name.

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

Resolution.

Link copied to clipboard
val status: String? = null

Instance Status.

Link copied to clipboard
val zoneId: String? = null