VvpInstanceArgs

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>

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
val duration: Output<Int>? = null

The number of subscription periods. If the payment type is PRE, this parameter is required.

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

The payment type of the resource.

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

The subscription period. If the payment type is PRE, this parameter is required.

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

The resource group to which the newly purchased instance belongs.

Link copied to clipboard

Resource specifications. See resource_spec below.

Link copied to clipboard
val storage: Output<VvpInstanceStorageArgs>? = null

Store information. See storage below.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

The tags of the resource.

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

The VPC ID of the user.

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

Virtual Switch ID.

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

The name of the workspace.

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

The zone ID of the resource.

Functions

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