Class SwarmNodeArgs
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.CS.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class SwarmNodeArgs : ResourceArgs
Constructors
View SourceSwarmNodeArgs()
Declaration
public SwarmNodeArgs()
Properties
View SourceEip
The Elastic IP address of node.
Declaration
public Input<string> Eip { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Id
ID of the node.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The container cluster's name. It is the only in one Alicloud account.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrivateIp
The private IP address of node.
Declaration
public Input<string> PrivateIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
The node current status. It is different with instance status.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |