Get Clusters Cluster Host Group List
data class GetClustersClusterHostGroupList(val bandWidth: String, val chargeType: String, val cpuCore: Int, val diskCapacity: Int, val diskCount: Int, val diskType: String, val hostGroupChangeType: String, val hostGroupId: String, val hostGroupName: String, val hostGroupType: String, val instanceType: String, val memoryCapacity: Int, val nodeCount: Int, val nodes: List<GetClustersClusterHostGroupListNode>, val period: String)
Constructors
Link copied to clipboard
fun GetClustersClusterHostGroupList(bandWidth: String, chargeType: String, cpuCore: Int, diskCapacity: Int, diskCount: Int, diskType: String, hostGroupChangeType: String, hostGroupId: String, hostGroupName: String, hostGroupType: String, instanceType: String, memoryCapacity: Int, nodeCount: Int, nodes: List<GetClustersClusterHostGroupListNode>, period: String)