Azure Cluster Networking Args
data class AzureClusterNetworkingArgs(val podAddressCidrBlocks: Output<List<String>>, val serviceAddressCidrBlocks: Output<List<String>>, val virtualNetworkId: Output<String>) : ConvertibleToJava<AzureClusterNetworkingArgs>
Constructors
Functions
Properties
Link copied to clipboard
The Azure Resource Manager (ARM) ID of the VNet associated with your cluster. All components in the cluster (i.e. control plane and node pools) run on a single VNet. Example: /subscriptions/*/resourceGroups/*/providers/Microsoft.Network/virtualNetworks/*
This field cannot be changed after creation. //*/