AzureClusterNetworkingArgs

data class AzureClusterNetworkingArgs(val podAddressCidrBlocks: Output<List<String>>, val serviceAddressCidrBlocks: Output<List<String>>, val virtualNetworkId: Output<String>) : ConvertibleToJava<AzureClusterNetworkingArgs>

Constructors

Link copied to clipboard
constructor(podAddressCidrBlocks: Output<List<String>>, serviceAddressCidrBlocks: Output<List<String>>, virtualNetworkId: Output<String>)

Properties

Link copied to clipboard

The IP address range of the pods in this cluster, in CIDR notation (e.g. 10.96.0.0/14). All pods in the cluster get assigned a unique RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.

Link copied to clipboard

The IP address range for services in this cluster, in CIDR notation (e.g. 10.96.0.0/14). All services in the cluster get assigned a unique RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creating a cluster.

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.

Functions

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