ClusterNetwork

data class ClusterNetwork(val securityGroupIds: List<String>? = null, val vpcId: String, val vswitches: List<String>)

Constructors

Link copied to clipboard
constructor(securityGroupIds: List<String>? = null, vpcId: String, vswitches: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Security group to which the cluster belongs.

Link copied to clipboard

VpcId to which the cluster belongs.

Link copied to clipboard

Switch to which the cluster belongs.