GetEdgeKubernetesClustersCluster

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>)

Types

Link copied to clipboard
object Companion

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
val id: String

ID of the node.

Link copied to clipboard

Node name.

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

The ID of VPC where the current cluster is located.

Link copied to clipboard

List of cluster worker nodes. It contains several attributes to Block Nodes.