Network Configuration Args
data class NetworkConfigurationArgs(val attachedNetworkConfiguration: Output<AttachedNetworkConfigurationArgs>? = null, val bgpServiceLoadBalancerConfiguration: Output<BgpServiceLoadBalancerConfigurationArgs>? = null, val cloudServicesNetworkId: Output<String>, val cniNetworkId: Output<String>, val dnsServiceIp: Output<String>? = null, val podCidrs: Output<List<String>>? = null, val serviceCidrs: Output<List<String>>? = null) : ConvertibleToJava<NetworkConfigurationArgs>
Constructors
Link copied to clipboard
constructor(attachedNetworkConfiguration: Output<AttachedNetworkConfigurationArgs>? = null, bgpServiceLoadBalancerConfiguration: Output<BgpServiceLoadBalancerConfigurationArgs>? = null, cloudServicesNetworkId: Output<String>, cniNetworkId: Output<String>, dnsServiceIp: Output<String>? = null, podCidrs: Output<List<String>>? = null, serviceCidrs: Output<List<String>>? = null)
Properties
Link copied to clipboard
The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
Link copied to clipboard
The configuration of the BGP service load balancer for this Kubernetes cluster.
Link copied to clipboard
The resource ID of the associated Cloud Services network.
Link copied to clipboard
The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
Link copied to clipboard
The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.
Link copied to clipboard
The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.