Get Clusters Cluster
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)
Properties
Link copied to clipboard
The version of app.
Link copied to clipboard
ID of the OOS Executions.
Link copied to clipboard
The type of MSE Cluster.
Link copied to clipboard
The health status of the instance.
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 public network bandwidth.