Show / Hide Table of Contents

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 Source

AvailabilityZone

The ID of availability zone.

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

Connections

Map of kubernetes cluster connection information. It contains several attributes to Block Connections.

Declaration
public readonly GetManagedKubernetesClustersClusterConnectionsResult Connections
Field Value
Type Description
GetManagedKubernetesClustersClusterConnectionsResult
View Source

Id

ID of the node.

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

Name

Node name.

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

NatGatewayId

The ID of nat gateway used to launch kubernetes cluster.

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

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

VpcId

The ID of VPC where the current cluster is located.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.