Get Edge Kubernetes Clusters Cluster
data class GetEdgeKubernetesClustersCluster(val availabilityZone: String, val connections: GetEdgeKubernetesClustersClusterConnections, val id: String, val name: String, val natGatewayId: String, val securityGroupId: String, val vpcId: String, val workerNodes: List<GetEdgeKubernetesClustersClusterWorkerNode>)
Constructors
Link copied to clipboard
constructor(availabilityZone: String, connections: GetEdgeKubernetesClustersClusterConnections, id: String, name: String, natGatewayId: String, securityGroupId: String, vpcId: String, workerNodes: List<GetEdgeKubernetesClustersClusterWorkerNode>)
Properties
Link copied to clipboard
The ID of availability zone.
Link copied to clipboard
Map of kubernetes cluster connection information. It contains several attributes to Block Connections
.
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 worker node is located.
Link copied to clipboard
List of cluster worker nodes. It contains several attributes to Block Nodes
.