GetClustersCluster

data class GetClustersCluster(val clusterId: String, val clusterName: String, val clusterType: Int, val cpu: Int, val cpuUsed: Int, val createTime: Int, val mem: Int, val memUsed: Int, val networkMode: Int, val nodeNum: Int, val regionId: String, val updateTime: Int, val vpcId: String)

Constructors

Link copied to clipboard
constructor(clusterId: String, clusterName: String, clusterType: Int, cpu: Int, cpuUsed: Int, createTime: Int, mem: Int, memUsed: Int, networkMode: Int, nodeNum: Int, regionId: String, updateTime: Int, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the cluster that you want to create the application.

Link copied to clipboard

The name of the cluster.

Link copied to clipboard

The type of the cluster, Valid values: 1: Swarm cluster. 2: ECS cluster. 3: Kubernetes cluster.

Link copied to clipboard
val cpu: Int

The total number of CPUs in the cluster.

Link copied to clipboard

The number of used CPUs in the cluster.

Link copied to clipboard

Cluster's creation time.

Link copied to clipboard
val mem: Int

The total amount of memory in the cluser. Unit: MB.

Link copied to clipboard

The amount of used memory in the cluser. Unit: MB.

Link copied to clipboard

The network type of the cluster. Valid values: 1: classic network. 2: VPC.

Link copied to clipboard

The number of the Elastic Compute Service (ECS) instances that are deployed to the cluster.

Link copied to clipboard

The ID of the namespace the application belongs to.

Link copied to clipboard

The time when the cluster was last updated.

Link copied to clipboard

The ID of the Virtual Private Cloud (VPC) for the cluster.