Instance

class Instance : KotlinCustomResource

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>

Properties

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

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

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

The name of the instance.

Link copied to clipboard
val instanceType: Output<String>

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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val securityGroupId: Output<String>

The ID of the security group.

Link copied to clipboard
val status: Output<String>

The status of the resource. Valid values: Attaching, Available, Detaching, InUse, Starting, Unavailable.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vswitchId: Output<String>

The ID of the vswitch.