Show / Hide Table of Contents

Class ClusterArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterArgs
Inherited Members
ResourceArgs.Empty
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 ClusterArgs : ResourceArgs

Constructors

View Source

ClusterArgs()

Declaration
public ClusterArgs()

Properties

View Source

ClusterName

The name of the cluster that you want to create.

Declaration
public Input<string> ClusterName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

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

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.