Uses of Class
com.azure.resourcemanager.containerservice.models.ContainerServiceNetworkProfile
Packages that use ContainerServiceNetworkProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ContainerServiceNetworkProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ContainerServiceNetworkProfileModifier and TypeMethodDescriptionManagedClusterInner.networkProfile()Get the networkProfile property: The network configuration profile.ManagedClusterProperties.networkProfile()Get the networkProfile property: The network configuration profile.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ContainerServiceNetworkProfileModifier and TypeMethodDescriptionManagedClusterInner.withNetworkProfile(ContainerServiceNetworkProfile networkProfile) Set the networkProfile property: The network configuration profile.ManagedClusterProperties.withNetworkProfile(ContainerServiceNetworkProfile networkProfile) Set the networkProfile property: The network configuration profile. -
Uses of ContainerServiceNetworkProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ContainerServiceNetworkProfileModifier and TypeMethodDescriptionContainerServiceNetworkProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerServiceNetworkProfile from the JsonReader.KubernetesCluster.networkProfile()Gets the network profile settings for the cluster.ContainerServiceNetworkProfile.withAdvancedNetworking(AdvancedNetworking advancedNetworking) Set the advancedNetworking property: Advanced Networking profile for enabling observability and security feature suite on a cluster.ContainerServiceNetworkProfile.withDnsServiceIp(String dnsServiceIp) Set the dnsServiceIp property: An IP address assigned to the Kubernetes DNS service.ContainerServiceNetworkProfile.withIpFamilies(List<IpFamily> ipFamilies) Set the ipFamilies property: The IP families used to specify IP versions available to the cluster.ContainerServiceNetworkProfile.withLoadBalancerProfile(ManagedClusterLoadBalancerProfile loadBalancerProfile) Set the loadBalancerProfile property: Profile of the cluster load balancer.ContainerServiceNetworkProfile.withLoadBalancerSku(LoadBalancerSku loadBalancerSku) Set the loadBalancerSku property: The load balancer sku for the managed cluster.ContainerServiceNetworkProfile.withNatGatewayProfile(ManagedClusterNatGatewayProfile natGatewayProfile) Set the natGatewayProfile property: Profile of the cluster NAT gateway.ContainerServiceNetworkProfile.withNetworkDataplane(NetworkDataplane networkDataplane) Set the networkDataplane property: Network dataplane used in the Kubernetes cluster.ContainerServiceNetworkProfile.withNetworkMode(NetworkMode networkMode) Set the networkMode property: The network mode Azure CNI is configured with.ContainerServiceNetworkProfile.withNetworkPlugin(NetworkPlugin networkPlugin) Set the networkPlugin property: Network plugin used for building the Kubernetes network.ContainerServiceNetworkProfile.withNetworkPluginMode(NetworkPluginMode networkPluginMode) Set the networkPluginMode property: The mode the network plugin should use.ContainerServiceNetworkProfile.withNetworkPolicy(NetworkPolicy networkPolicy) Set the networkPolicy property: Network policy used for building the Kubernetes network.ContainerServiceNetworkProfile.withOutboundType(OutboundType outboundType) Set the outboundType property: The outbound (egress) routing method.ContainerServiceNetworkProfile.withPodCidr(String podCidr) Set the podCidr property: A CIDR notation IP range from which to assign pod IPs when kubenet is used.ContainerServiceNetworkProfile.withPodCidrs(List<String> podCidrs) Set the podCidrs property: The CIDR notation IP ranges from which to assign pod IPs.ContainerServiceNetworkProfile.withServiceCidr(String serviceCidr) Set the serviceCidr property: A CIDR notation IP range from which to assign service cluster IPs.ContainerServiceNetworkProfile.withServiceCidrs(List<String> serviceCidrs) Set the serviceCidrs property: The CIDR notation IP ranges from which to assign service cluster IPs.ContainerServiceNetworkProfile.withStaticEgressGatewayProfile(ManagedClusterStaticEgressGatewayProfile staticEgressGatewayProfile) Set the staticEgressGatewayProfile property: The profile for Static Egress Gateway addon.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ContainerServiceNetworkProfileModifier and TypeMethodDescriptionKubernetesCluster.UpdateStages.WithNetworkProfile.withNetworkProfile(ContainerServiceNetworkProfile networkProfile) Updates the cluster's network profile.