Class SwarmNode
Inheritance
System.Object
SwarmNode
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class SwarmNode
Fields
View SourceEip
The Elastic IP address of node.
Declaration
public readonly string Eip
Field Value
| Type | Description |
|---|---|
| System.String |
Id
ID of the node.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The container cluster's name. It is the only in one Alicloud account.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateIp
The private IP address of node.
Declaration
public readonly string PrivateIp
Field Value
| Type | Description |
|---|---|
| System.String |
Status
The node current status. It is different with instance status.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |