Uses of Class
com.microsoft.azure.management.containerservice.ContainerServiceNetworkProfile
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ContainerServiceNetworkProfile in com.microsoft.azure.management.containerservice
Modifier and TypeMethodDescriptionKubernetesCluster.networkProfile()
ContainerServiceNetworkProfile.withDnsServiceIP
(String dnsServiceIP) Set an IP address assigned to the Kubernetes DNS service.ContainerServiceNetworkProfile.withDockerBridgeCidr
(String dockerBridgeCidr) Set a CIDR notation IP range assigned to the Docker bridge network.ContainerServiceNetworkProfile.withLoadBalancerProfile
(ManagedClusterLoadBalancerProfile loadBalancerProfile) Set profile of the cluster load balancer.ContainerServiceNetworkProfile.withLoadBalancerSku
(LoadBalancerSku loadBalancerSku) Set the load balancer sku for the managed cluster.ContainerServiceNetworkProfile.withNetworkMode
(NetworkMode networkMode) Set network mode used for building Kubernetes network.ContainerServiceNetworkProfile.withNetworkPlugin
(NetworkPlugin networkPlugin) Set network plugin used for building Kubernetes network.ContainerServiceNetworkProfile.withNetworkPolicy
(NetworkPolicy networkPolicy) Set network policy used for building Kubernetes network.ContainerServiceNetworkProfile.withOutboundType
(OutboundType outboundType) Set the outbound (egress) routing method.ContainerServiceNetworkProfile.withPodCidr
(String podCidr) Set a CIDR notation IP range from which to assign pod IPs when kubenet is used.ContainerServiceNetworkProfile.withServiceCidr
(String serviceCidr) Set a CIDR notation IP range from which to assign service cluster IPs.Modifier and TypeMethodDescriptionKubernetesCluster.UpdateStages.WithNetworkProfile.withNetworkProfile
(ContainerServiceNetworkProfile networkProfile) Updates the cluster's network profile.