GetInstancesInstance

data class GetInstancesInstance(val clientInstanceId: String, val clientInstanceName: String, val clientInstanceType: String, val id: String, val instanceId: String, val instanceName: String, val instanceType: String, val status: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(clientInstanceId: String, clientInstanceName: String, clientInstanceType: String, id: String, instanceId: String, instanceName: String, instanceType: String, status: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the ECS instance to be bound.

Link copied to clipboard

The name of the ECS instance bound to the EAIS instance.

Link copied to clipboard

The type of the ECS instance bound to the EAIS instance.

Link copied to clipboard
val id: String

The ID of the Instance.

Link copied to clipboard

The ID of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

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

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

Link copied to clipboard

The ID of the region to which the EAIS instance belongs.