Container Service Network Profile Response
data class ContainerServiceNetworkProfileResponse(val dnsServiceIP: String? = null, val ipFamilies: List<String>? = null, val loadBalancerProfile: ManagedClusterLoadBalancerProfileResponse? = null, val loadBalancerSku: String? = null, val natGatewayProfile: ManagedClusterNATGatewayProfileResponse? = null, val networkDataplane: String? = null, val networkMode: String? = null, val networkPlugin: String? = null, val networkPluginMode: String? = null, val networkPolicy: String? = null, val outboundType: String? = null, val podCidr: String? = null, val podCidrs: List<String>? = null, val serviceCidr: String? = null, val serviceCidrs: List<String>? = null)
Profile of network configuration.
Constructors
Link copied to clipboard
fun ContainerServiceNetworkProfileResponse(dnsServiceIP: String? = null, ipFamilies: List<String>? = null, loadBalancerProfile: ManagedClusterLoadBalancerProfileResponse? = null, loadBalancerSku: String? = null, natGatewayProfile: ManagedClusterNATGatewayProfileResponse? = null, networkDataplane: String? = null, networkMode: String? = null, networkPlugin: String? = null, networkPluginMode: String? = null, networkPolicy: String? = null, outboundType: String? = null, podCidr: String? = null, podCidrs: List<String>? = null, serviceCidr: String? = null, serviceCidrs: List<String>? = null)
Types
Properties
Link copied to clipboard
The default is 'standard'. See Azure Load Balancer SKUs for more information about the differences between load balancer SKUs.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
This can only be set at cluster creation time and cannot be changed later. For more information see egress outbound type.