Get Serverless Kubernetes Clusters Cluster
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)
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
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.