NodePoolNetworkConfigAdditionalNodeNetworkConfig

data class NodePoolNetworkConfigAdditionalNodeNetworkConfig(val network: String? = null, val subnetwork: String? = null)

Constructors

constructor(network: String? = null, subnetwork: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val network: String? = null

Name of the VPC where the additional interface belongs.

Link copied to clipboard
val subnetwork: String? = null

Name of the subnetwork where the additional interface belongs.