GetServerlessKubernetesClustersCluster

data class GetServerlessKubernetesClustersCluster(val connections: GetServerlessKubernetesClustersClusterConnections, val deletionProtection: Boolean, val endpointPublicAccessEnabled: Boolean, val id: String, val name: String, val natGatewayId: String, val securityGroupId: String, val tags: Map<String, String>, val vpcId: String, val vswitchId: String)

Constructors

Link copied to clipboard
constructor(connections: GetServerlessKubernetesClustersClusterConnections, deletionProtection: Boolean, endpointPublicAccessEnabled: Boolean, id: String, name: String, natGatewayId: String, securityGroupId: String, tags: Map<String, String>, vpcId: String, vswitchId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Whether the cluster support delete protection.

Link copied to clipboard
val id: String

The ID of the container cluster.

Link copied to clipboard

The name of the container cluster.

Link copied to clipboard

The ID of nat gateway used to launch kubernetes cluster.

Link copied to clipboard

The ID of security group where the current cluster is located.

Link copied to clipboard
Link copied to clipboard

The ID of VPC where the current cluster is located.

Link copied to clipboard

The ID of vSwitch where the current cluster is located.