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.CS
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ClusterArgs : ResourceArgs

Constructors

View Source

ClusterArgs()

Declaration
public ClusterArgs()

Properties

View Source

CidrBlock

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

DiskCategory

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

DiskSize

Declaration
public Input<int> DiskSize { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ImageId

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

InstanceType

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

IsOutdated

Declaration
public Input<bool> IsOutdated { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

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

NamePrefix

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

NeedSlb

Declaration
public Input<bool> NeedSlb { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

NodeNumber

Declaration
public Input<int> NodeNumber { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Password

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

ReleaseEip

Declaration
public Input<bool> ReleaseEip { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Size

Declaration
public Input<int> Size { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

VswitchId

Declaration
public Input<string> VswitchId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.