InstanceArgs

data class InstanceArgs(val force: Output<Boolean>? = null, val instanceName: Output<String>? = null, val instanceType: Output<String>? = null, val securityGroupId: Output<String>? = null, val vswitchId: Output<String>? = null) : ConvertibleToJava<InstanceArgs>

Provides a EAIS Instance resource. For information about EAIS Instance and how to use it, see What is Instance.

NOTE: Available in v1.137.0+.

Import

EAIS Instance can be imported using the id, e.g.

$ pulumi import alicloud:eais/instance:Instance example <id>

Constructors

Link copied to clipboard
fun InstanceArgs(force: Output<Boolean>? = null, instanceName: Output<String>? = null, instanceType: Output<String>? = null, securityGroupId: Output<String>? = null, vswitchId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val force: Output<Boolean>? = null

Whether to force deletion when the instance status does not meet the deletion conditions. Valid values: true and false.

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

The name of the instance.

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

The type of the resource. Valid values: eais.ei-a6.4xlarge, eais.ei-a6.2xlarge, eais.ei-a6.xlarge, eais.ei-a6.large, eais.ei-a6.medium.

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

The ID of the security group.

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

The ID of the vswitch.