ClusterNodePoolNetworkConfigAdditionalNodeNetworkConfigArgs

data class ClusterNodePoolNetworkConfigAdditionalNodeNetworkConfigArgs(val network: Output<String>? = null, val subnetwork: Output<String>? = null) : ConvertibleToJava<ClusterNodePoolNetworkConfigAdditionalNodeNetworkConfigArgs>

Constructors

constructor(network: Output<String>? = null, subnetwork: Output<String>? = null)

Properties

Link copied to clipboard
val network: Output<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: Output<String>? = null

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

Functions

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