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, Any>, val vpcId: String, val vswitchId: String)
Constructors
Link copied to clipboard
fun GetServerlessKubernetesClustersCluster(connections: GetServerlessKubernetesClustersClusterConnections, deletionProtection: Boolean, endpointPublicAccessEnabled: Boolean, id: String, name: String, natGatewayId: String, securityGroupId: String, tags: Map<String, Any>, vpcId: String, vswitchId: String)