Show / Hide Table of Contents

Class ClusterState

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterState
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 ClusterState : ResourceArgs

Constructors

View Source

ClusterState()

Declaration
public ClusterState()

Properties

View Source

AgentVersion

Declaration
public Input<string> AgentVersion { get; set; }
Property Value
Type Description
Input<System.String>
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

Nodes

Declaration
public InputList<ClusterNodeGetArgs> Nodes { get; set; }
Property Value
Type Description
InputList<ClusterNodeGetArgs>
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

SecurityGroupId

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

Size

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

SlbId

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

VpcId

Declaration
public Input<string> VpcId { get; set; }
Property Value
Type Description
Input<System.String>
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.