Show / Hide Table of Contents

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 Source

ClusterId

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

Declaration
public readonly string ClusterId
Field Value
Type Description
System.String
View Source

ClusterName

The name of the cluster.

Declaration
public readonly string ClusterName
Field Value
Type Description
System.String
View Source

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
View Source

Cpu

The total number of CPUs in the cluster.

Declaration
public readonly int Cpu
Field Value
Type Description
System.Int32
View Source

CpuUsed

The number of used CPUs in the cluster.

Declaration
public readonly int CpuUsed
Field Value
Type Description
System.Int32
View Source

CreateTime

Cluster's creation time.

Declaration
public readonly int CreateTime
Field Value
Type Description
System.Int32
View Source

Mem

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

Declaration
public readonly int Mem
Field Value
Type Description
System.Int32
View Source

MemUsed

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

Declaration
public readonly int MemUsed
Field Value
Type Description
System.Int32
View Source

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
View Source

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
View Source

RegionId

The ID of the namespace the application belongs to.

Declaration
public readonly string RegionId
Field Value
Type Description
System.String
View Source

UpdateTime

The time when the cluster was last updated.

Declaration
public readonly int UpdateTime
Field Value
Type Description
System.Int32
View Source

VpcId

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

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.