GetKubernetesClustersCluster

data class GetKubernetesClustersCluster(val availabilityZone: String, val clusterNetworkType: String, val connections: GetKubernetesClustersClusterConnections, val id: String, val imageId: String, val keyName: String, val logConfigs: List<GetKubernetesClustersClusterLogConfig>, val masterAutoRenew: Boolean, val masterAutoRenewPeriod: Int, val masterDiskCategory: String, val masterDiskSize: Int, val masterInstanceChargeType: String, val masterInstanceTypes: List<String>, val masterNodes: List<GetKubernetesClustersClusterMasterNode>, val masterPeriod: Int, val masterPeriodUnit: String, val name: String, val natGatewayId: String, val nodeCidrMask: Int, val podCidr: String, val securityGroupId: String, val serviceCidr: String, val slbInternetEnabled: Boolean, val vpcId: String, val vswitchIds: List<String>, val workerAutoRenew: Boolean, val workerAutoRenewPeriod: Int, val workerDataDiskCategory: String, val workerDataDiskSize: Int, val workerDiskCategory: String, val workerDiskSize: Int, val workerInstanceChargeType: String, val workerInstanceTypes: List<String>, val workerNodes: List<GetKubernetesClustersClusterWorkerNode>, val workerNumbers: List<Int>, val workerPeriod: Int, val workerPeriodUnit: String)

Constructors

Link copied to clipboard
constructor(availabilityZone: String, clusterNetworkType: String, connections: GetKubernetesClustersClusterConnections, id: String, imageId: String, keyName: String, logConfigs: List<GetKubernetesClustersClusterLogConfig>, masterAutoRenew: Boolean, masterAutoRenewPeriod: Int, masterDiskCategory: String, masterDiskSize: Int, masterInstanceChargeType: String, masterInstanceTypes: List<String>, masterNodes: List<GetKubernetesClustersClusterMasterNode>, masterPeriod: Int, masterPeriodUnit: String, name: String, natGatewayId: String, nodeCidrMask: Int, podCidr: String, securityGroupId: String, serviceCidr: String, slbInternetEnabled: Boolean, vpcId: String, vswitchIds: List<String>, workerAutoRenew: Boolean, workerAutoRenewPeriod: Int, workerDataDiskCategory: String, workerDataDiskSize: Int, workerDiskCategory: String, workerDiskSize: Int, workerInstanceChargeType: String, workerInstanceTypes: List<String>, workerNodes: List<GetKubernetesClustersClusterWorkerNode>, workerNumbers: List<Int>, workerPeriod: Int, workerPeriodUnit: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of availability zone.

Link copied to clipboard
Link copied to clipboard

Map of kubernetes cluster connection information. It contains several attributes to Block Connections.

Link copied to clipboard
val id: String

ID of the node.

Link copied to clipboard

The ID of node image.

Link copied to clipboard

The keypair of ssh login cluster node, you have to create it first.

Link copied to clipboard

A list of one element containing information about the associated log store. It contains the following attributes:

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The system disk category of master node.

Link copied to clipboard

The system disk size of master node.

Link copied to clipboard

The instance type of master node.

Link copied to clipboard

List of cluster master nodes. It contains several attributes to Block Nodes.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Node name.

Link copied to clipboard

The ID of nat gateway used to launch kubernetes cluster.

Link copied to clipboard

The network mask used on pods for each node.

Link copied to clipboard
Link copied to clipboard

The ID of security group where the current cluster worker node is located.

Link copied to clipboard
Link copied to clipboard

Whether internet load balancer for API Server is created

Link copied to clipboard

The ID of VPC where the current cluster is located.

Link copied to clipboard

The ID of VSwitches where the current cluster is located.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The data disk size of worker node.

Link copied to clipboard

The data disk category of worker node.

Link copied to clipboard

The system disk category of worker node.

Link copied to clipboard

The system disk size of worker node.

Link copied to clipboard

The instance type of worker node.

Link copied to clipboard

List of cluster worker nodes. It contains several attributes to Block Nodes.

Link copied to clipboard

The ECS instance node number in the current container cluster.

Link copied to clipboard
Link copied to clipboard