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 SourceConnections
Map of serverless cluster connection information. It contains several attributes to Block Connections.
Declaration
public readonly GetServerlessKubernetesClustersClusterConnectionsResult Connections
Field Value
| Type | Description |
|---|---|
| GetServerlessKubernetesClustersClusterConnectionsResult |
DeletionProtection
Whether the cluster support delete protection.
Declaration
public readonly bool DeletionProtection
Field Value
| Type | Description |
|---|---|
| System.Boolean |
EndpointPublicAccessEnabled
Declaration
public readonly bool EndpointPublicAccessEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Id
The ID of the container cluster.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the container cluster.
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 is located.
Declaration
public readonly string SecurityGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
VpcId
The ID of VPC where the current cluster is located.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |
VswitchId
The ID of VSwitch where the current cluster is located.
Declaration
public readonly string VswitchId
Field Value
| Type | Description |
|---|---|
| System.String |