Class ClusterState
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ClusterState : ResourceArgs
Constructors
View SourceClusterState()
Declaration
public ClusterState()
Properties
View SourceClusterName
The name of the cluster that you want to create.
Declaration
public Input<string> ClusterName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClusterType
The type of the cluster that you want to create. Valid values only: 2: ECS cluster.
Declaration
public Input<int> ClusterType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
LogicalRegionId
The ID of the namespace where you want to create the application. You can call the ListUserDefineRegion operation to query the namespace ID.
Declaration
public Input<string> LogicalRegionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkMode
The network type of the cluster that you want to create. Valid values: 1: classic network. 2: VPC.
Declaration
public Input<int> NetworkMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
VpcId
The ID of the Virtual Private Cloud (VPC) for the cluster.
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |