Class GetManagedKubernetesClustersClusterResult
Inheritance
System.Object
GetManagedKubernetesClustersClusterResult
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 GetManagedKubernetesClustersClusterResult
Fields
View SourceAvailabilityZone
The ID of availability zone.
Declaration
public readonly string AvailabilityZone
Field Value
| Type | Description |
|---|---|
| System.String |
Connections
Map of kubernetes cluster connection information. It contains several attributes to Block Connections.
Declaration
public readonly GetManagedKubernetesClustersClusterConnectionsResult Connections
Field Value
| Type | Description |
|---|---|
| GetManagedKubernetesClustersClusterConnectionsResult |
Id
ID of the node.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Node name.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NatGatewayId
The ID of nat gateway used to launch kubernetes cluster.
Declaration
public readonly string NatGatewayId
Field Value
| Type | Description |
|---|---|
| System.String |
SecurityGroupId
The ID of security group where the current cluster worker node is located.
Declaration
public readonly string SecurityGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
VpcId
The ID of VPC where the current cluster is located.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |
WorkerNodes
List of cluster worker nodes. It contains several attributes to Block Nodes.
Declaration
public readonly ImmutableArray<GetManagedKubernetesClustersClusterWorkerNodeResult> WorkerNodes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetManagedKubernetesClustersClusterWorkerNodeResult> |