CloudPhoneInstanceArgs

data class CloudPhoneInstanceArgs(val androidInstanceGroupId: Output<String>? = null, val androidInstanceName: Output<String>? = null) : ConvertibleToJava<CloudPhoneInstanceArgs>

Import

Cloud Phone Instance can be imported using the id, e.g.

$ pulumi import alicloud:cloudphoneinstance/cloudPhoneInstance:CloudPhoneInstance example <id>

Constructors

Link copied to clipboard
constructor(androidInstanceGroupId: Output<String>? = null, androidInstanceName: Output<String>? = null)

Properties

Link copied to clipboard
val androidInstanceGroupId: Output<String>? = null

The ID of the instance group to which the instance belongs

Link copied to clipboard
val androidInstanceName: Output<String>? = null

The instance name

Functions

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