Vvp Instance Args
data class VvpInstanceArgs(val duration: Output<Int>? = null, val paymentType: Output<String>? = null, val pricingCycle: Output<String>? = null, val resourceGroupId: Output<String>? = null, val resourceSpec: Output<VvpInstanceResourceSpecArgs>? = null, val storage: Output<VvpInstanceStorageArgs>? = null, val tags: Output<Map<String, String>>? = null, val vpcId: Output<String>? = null, val vswitchIds: Output<List<String>>? = null, val vvpInstanceName: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<VvpInstanceArgs>
Import
Realtime Compute Vvp Instance can be imported using the id, e.g.
$ pulumi import alicloud:realtimecompute/vvpInstance:VvpInstance example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(duration: Output<Int>? = null, paymentType: Output<String>? = null, pricingCycle: Output<String>? = null, resourceGroupId: Output<String>? = null, resourceSpec: Output<VvpInstanceResourceSpecArgs>? = null, storage: Output<VvpInstanceStorageArgs>? = null, tags: Output<Map<String, String>>? = null, vpcId: Output<String>? = null, vswitchIds: Output<List<String>>? = null, vvpInstanceName: Output<String>? = null, zoneId: Output<String>? = null)
Properties
Link copied to clipboard
The payment type of the resource.
Link copied to clipboard
The subscription period. If the payment type is PRE, this parameter is required.
Link copied to clipboard
The resource group to which the newly purchased instance belongs.
Link copied to clipboard
Resource specifications. See resource_spec
below.
Link copied to clipboard
Store information. See storage
below.
Link copied to clipboard
Virtual Switch ID.
Link copied to clipboard
The name of the workspace.