GetClustersClusterHostGroupListNode

data class GetClustersClusterHostGroupListNode(val createTime: String, val diskInfos: List<GetClustersClusterHostGroupListNodeDiskInfo>, val emrExpiredTime: String, val expiredTime: String, val innerIp: String, val instanceId: String, val pubIp: String, val status: String, val supportIpv6: Boolean, val zoneId: String)

Constructors

Link copied to clipboard
constructor(createTime: String, diskInfos: List<GetClustersClusterHostGroupListNodeDiskInfo>, emrExpiredTime: String, expiredTime: String, innerIp: String, instanceId: String, pubIp: String, status: String, supportIpv6: Boolean, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Creation time.

Link copied to clipboard
Link copied to clipboard

The timeout of the EMR.

Link copied to clipboard

Timeout time.

Link copied to clipboard

The Intranet IP of the EMR.

Link copied to clipboard

The ID of the ECS instance.

Link copied to clipboard

Public IP address.

Link copied to clipboard

Status.

Link copied to clipboard

Whether IPV6 is supported.

Link copied to clipboard

The zone ID.