Instance Args
data class InstanceArgs(val autoPay: Output<Boolean>? = null, val autoRenew: Output<Boolean>? = null, val description: Output<String>? = null, val eipBandwidth: Output<Int>? = null, val force: Output<Boolean>? = null, val imageId: Output<String>? = null, val instanceName: Output<String>? = null, val instanceType: Output<String>? = null, val keyPairName: Output<String>? = null, val paymentType: Output<String>? = null, val period: Output<String>? = null, val periodUnit: Output<String>? = null, val resolution: Output<String>? = null, val securityGroupId: Output<String>? = null, val status: Output<String>? = null, val vncPassword: Output<String>? = null, val vswitchId: Output<String>? = null) : ConvertibleToJava<InstanceArgs>
Provides a Elastic Cloud Phone (ECP) Instance resource. For information about Elastic Cloud Phone (ECP) Instance and how to use it, see What is Instance.
NOTE: Available in v1.158.0+.
Import
Elastic Cloud Phone (ECP) Instance can be imported using the id, e.g.
$ pulumi import alicloud:ecp/instance:Instance example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
fun InstanceArgs(autoPay: Output<Boolean>? = null, autoRenew: Output<Boolean>? = null, description: Output<String>? = null, eipBandwidth: Output<Int>? = null, force: Output<Boolean>? = null, imageId: Output<String>? = null, instanceName: Output<String>? = null, instanceType: Output<String>? = null, keyPairName: Output<String>? = null, paymentType: Output<String>? = null, period: Output<String>? = null, periodUnit: Output<String>? = null, resolution: Output<String>? = null, securityGroupId: Output<String>? = null, status: Output<String>? = null, vncPassword: Output<String>? = null, vswitchId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
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