ClusterNetworkArgs

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

Constructors

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

Properties

Link copied to clipboard
val securityGroupIds: Output<List<String>>? = null

Security group to which the cluster belongs.

Link copied to clipboard
val vpcId: Output<String>

VpcId to which the cluster belongs.

Link copied to clipboard
val vswitches: Output<List<String>>

Switch to which the cluster belongs.

Functions

Link copied to clipboard
open override fun toJava(): ClusterNetworkArgs