Class GetClustersClusterResult
Inheritance
System.Object
GetClustersClusterResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Edas.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetClustersClusterResult
Fields
View SourceClusterId
The ID of the cluster that you want to create the application.
Declaration
public readonly string ClusterId
Field Value
| Type | Description |
|---|---|
| System.String |
ClusterName
The name of the cluster.
Declaration
public readonly string ClusterName
Field Value
| Type | Description |
|---|---|
| System.String |
ClusterType
The type of the cluster, Valid values: 1: Swarm cluster. 2: ECS cluster. 3: Kubernates cluster.
Declaration
public readonly int ClusterType
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Cpu
The total number of CPUs in the cluster.
Declaration
public readonly int Cpu
Field Value
| Type | Description |
|---|---|
| System.Int32 |
CpuUsed
The number of used CPUs in the cluster.
Declaration
public readonly int CpuUsed
Field Value
| Type | Description |
|---|---|
| System.Int32 |
CreateTime
Cluster's creation time.
Declaration
public readonly int CreateTime
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Mem
The total amount of memory in the cluser. Unit: MB.
Declaration
public readonly int Mem
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MemUsed
The amount of used memory in the cluser. Unit: MB.
Declaration
public readonly int MemUsed
Field Value
| Type | Description |
|---|---|
| System.Int32 |
NetworkMode
The network type of the cluster. Valid values: 1: classic network. 2: VPC.
Declaration
public readonly int NetworkMode
Field Value
| Type | Description |
|---|---|
| System.Int32 |
NodeNum
The number of the Elastic Compute Service (ECS) instances that are deployed to the cluster.
Declaration
public readonly int NodeNum
Field Value
| Type | Description |
|---|---|
| System.Int32 |
RegionId
The ID of the namespace the application belongs to.
Declaration
public readonly string RegionId
Field Value
| Type | Description |
|---|---|
| System.String |
UpdateTime
The time when the cluster was last updated.
Declaration
public readonly int UpdateTime
Field Value
| Type | Description |
|---|---|
| System.Int32 |
VpcId
The ID of the Virtual Private Cloud (VPC) for the cluster.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |