Show / Hide Table of Contents

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 Source

Eip

The Elastic IP address of node.

Declaration
public readonly string Eip
Field Value
Type Description
System.String
View Source

Id

ID of the node.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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

PrivateIp

The private IP address of node.

Declaration
public readonly string PrivateIp
Field Value
Type Description
System.String
View Source

Status

The node current status. It is different with instance status.

Declaration
public readonly string Status
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.