GetClusterInstancesInstance

data class GetClusterInstancesInstance(val autoRenew: Boolean, val autoRenewDuration: Int, val autoRenewDurationUnit: String, val createTime: String, val expireTime: String, val instanceId: String, val instanceName: String, val instanceState: String, val instanceType: String, val nodeGroupId: String, val nodeGroupType: String, val privateIp: String, val publicIp: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(autoRenew: Boolean, autoRenewDuration: Int, autoRenewDurationUnit: String, createTime: String, expireTime: String, instanceId: String, instanceName: String, instanceState: String, instanceType: String, nodeGroupId: String, nodeGroupType: String, privateIp: String, publicIp: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The emr cluster node group whether auto renew when payment type is 'Subscription'.

Link copied to clipboard

The emr cluster node group auto renew duration when payment type is 'Subscription'.

Link copied to clipboard

The emr cluster node group auto renew duration unit when payment type is 'Subscription'.

Link copied to clipboard

The creation time of the resource.

Link copied to clipboard

The expire time of the resource.

Link copied to clipboard

The emr cluster ecs instance ID.

Link copied to clipboard

The emr cluster ecs instance name.

Link copied to clipboard

The emr cluster ecs instance state.

Link copied to clipboard

The emr cluster ecs instance type.

Link copied to clipboard

The emr cluster node group ID.

Link copied to clipboard

The emr cluster node group type.

Link copied to clipboard

The emr cluster ecs instance private ip.

Link copied to clipboard

The emr cluster ecs instance public ip.

Link copied to clipboard

The emr cluster node group zone ID.