| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.fluent.models |
Package containing the inner data models for ContainerServiceManagementClient.
|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceNetworkProfile |
ManagedClusterInner.networkProfile()
Get the networkProfile property: Profile of network configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterInner |
ManagedClusterInner.withNetworkProfile(ContainerServiceNetworkProfile networkProfile)
Set the networkProfile property: Profile of network configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceNetworkProfile |
Components1Q1Og48SchemasManagedclusterAllof1.networkProfile()
Get the networkProfile property: Profile of network configuration.
|
ContainerServiceNetworkProfile |
KubernetesCluster.networkProfile() |
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withDnsServiceIp(String dnsServiceIp)
Set the dnsServiceIp property: An IP address assigned to the Kubernetes DNS service.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withDockerBridgeCidr(String dockerBridgeCidr)
Set the dockerBridgeCidr property: A CIDR notation IP range assigned to the Docker bridge network.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withLoadBalancerProfile(ManagedClusterLoadBalancerProfile loadBalancerProfile)
Set the loadBalancerProfile property: Profile of the cluster load balancer.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withLoadBalancerSku(LoadBalancerSku loadBalancerSku)
Set the loadBalancerSku property: The load balancer sku for the managed cluster.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withNetworkMode(NetworkMode networkMode)
Set the networkMode property: Network mode used for building Kubernetes network.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withNetworkPlugin(NetworkPlugin networkPlugin)
Set the networkPlugin property: Network plugin used for building Kubernetes network.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withNetworkPolicy(NetworkPolicy networkPolicy)
Set the networkPolicy property: Network policy used for building Kubernetes network.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withOutboundType(OutboundType outboundType)
Set the outboundType property: The outbound (egress) routing method.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withPodCidr(String podCidr)
Set the podCidr property: A CIDR notation IP range from which to assign pod IPs when kubenet is used.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withServiceCidr(String serviceCidr)
Set the serviceCidr property: A CIDR notation IP range from which to assign service cluster IPs.
|
| Modifier and Type | Method and Description |
|---|---|
Components1Q1Og48SchemasManagedclusterAllof1 |
Components1Q1Og48SchemasManagedclusterAllof1.withNetworkProfile(ContainerServiceNetworkProfile networkProfile)
Set the networkProfile property: Profile of network configuration.
|
KubernetesCluster.Update |
KubernetesCluster.UpdateStages.WithNetworkProfile.withNetworkProfile(ContainerServiceNetworkProfile networkProfile)
Updates the cluster's network profile.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.