GetClustersCluster

data class GetClustersCluster(val aclId: String, val appVersion: String, val clusterId: String, val clusterName: String, val clusterType: String, val cpu: Int, val healthStatus: String, val id: String, val initCostTime: Int, val instanceCount: Int, val instanceId: String, val instanceModels: List<GetClustersClusterInstanceModel>, val internetAddress: String, val internetDomain: String, val internetPort: String, val intranetAddress: String, val intranetDomain: String, val intranetPort: String, val memoryCapacity: Int, val payInfo: String, val pubNetworkFlow: String, val status: String)

Constructors

Link copied to clipboard
constructor(aclId: String, appVersion: String, clusterId: String, clusterName: String, clusterType: String, cpu: Int, healthStatus: String, id: String, initCostTime: Int, instanceCount: Int, instanceId: String, instanceModels: List<GetClustersClusterInstanceModel>, internetAddress: String, internetDomain: String, internetPort: String, intranetAddress: String, intranetDomain: String, intranetPort: String, memoryCapacity: Int, payInfo: String, pubNetworkFlow: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The id of acl.

Link copied to clipboard

The version of app.

Link copied to clipboard

ID of the MSE Cluster.

Link copied to clipboard

ID of the OOS Executions.

Link copied to clipboard

The type of MSE Cluster.

Link copied to clipboard
val cpu: Int

The num of cpu.

Link copied to clipboard

The health status of the instance.

Link copied to clipboard
val id: String

ID of the MSE Cluster.

Link copied to clipboard

Time-consuming to create.

Link copied to clipboard

The count of instance.

Link copied to clipboard

ID of the MSE Cluster.

Link copied to clipboard

The list of instance nodes.

Link copied to clipboard

The address of public network.

Link copied to clipboard

The domain of public network.

Link copied to clipboard

The port of public network.

Link copied to clipboard

The address of private network.

Link copied to clipboard

The domain of private network.

Link copied to clipboard

The port of private network.

Link copied to clipboard

The memory size.

Link copied to clipboard

The type of payment.

Link copied to clipboard

The public network bandwidth.

Link copied to clipboard

The status of MSE Cluster. Valid: DESTROY_FAILED, DESTROY_ING, DESTROY_SUCCESS, INIT_FAILED, INIT_ING, INIT_SUCCESS, INIT_TIME_OUT, RESTART_FAILED, RESTART_ING, RESTART_SUCCESS, SCALE_FAILED, SCALE_ING, SCALE_SUCCESS