ClusterNodePoolNetworkConfigAdditionalNodeNetworkConfig

data class ClusterNodePoolNetworkConfigAdditionalNodeNetworkConfig(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

The name or self_link of the Google Compute Engine network to which the cluster is connected. For Shared VPC, set this to the self link of the shared network.

Link copied to clipboard
val subnetwork: String? = null

The name or self_link of the Google Compute Engine subnetwork in which the cluster's instances are launched.