Show / Hide Table of Contents

Class GetServerlessKubernetesClustersClusterResult

Inheritance
System.Object
GetServerlessKubernetesClustersClusterResult
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 GetServerlessKubernetesClustersClusterResult

Fields

View Source

Connections

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

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

DeletionProtection

Whether the cluster support delete protection.

Declaration
public readonly bool DeletionProtection
Field Value
Type Description
System.Boolean
View Source

EndpointPublicAccessEnabled

Declaration
public readonly bool EndpointPublicAccessEnabled
Field Value
Type Description
System.Boolean
View Source

Id

The ID of the container cluster.

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

Name

The name of the container cluster.

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 is located.

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

Tags

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
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

VswitchId

The ID of VSwitch where the current cluster is located.

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