Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.NetworkProfile
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of NetworkProfile in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionProvisionedClustersAllProperties.networkProfile()
Get the networkProfile property: NetworkProfile - Profile of network configuration.ProvisionedClustersCommonProperties.networkProfile()
Get the networkProfile property: NetworkProfile - Profile of network configuration.ProvisionedClustersResponseProperties.networkProfile()
Get the networkProfile property: NetworkProfile - Profile of network configuration.NetworkProfile.withDnsServiceIp
(String dnsServiceIp) Set the dnsServiceIp property: DNSServiceIP - An IP address assigned to the Kubernetes DNS service.NetworkProfile.withLoadBalancerProfile
(LoadBalancerProfile loadBalancerProfile) Set the loadBalancerProfile property: LoadBalancerProfile - Profile of the cluster load balancer.NetworkProfile.withLoadBalancerSku
(LoadBalancerSku loadBalancerSku) Set the loadBalancerSku property: LoadBalancerSku - The load balancer sku for the provisioned cluster.NetworkProfile.withNetworkPolicy
(NetworkPolicy networkPolicy) Set the networkPolicy property: NetworkPolicy - Network policy used for building Kubernetes network.NetworkProfile.withPodCidr
(String podCidr) Set the podCidr property: PodCidr - A CIDR notation IP range from which to assign pod IPs when kubenet is used.NetworkProfile.withPodCidrs
(List<String> podCidrs) Set the podCidrs property: The CIDR notation IP ranges from which to assign pod IPs.NetworkProfile.withServiceCidr
(String serviceCidr) Set the serviceCidr property: ServiceCidr - A CIDR notation IP range from which to assign service cluster IPs.NetworkProfile.withServiceCidrs
(List<String> serviceCidrs) Set the serviceCidrs property: The CIDR notation IP ranges from which to assign service cluster IPs.Modifier and TypeMethodDescriptionProvisionedClustersAllProperties.withNetworkProfile
(NetworkProfile networkProfile) Set the networkProfile property: NetworkProfile - Profile of network configuration.ProvisionedClustersCommonProperties.withNetworkProfile
(NetworkProfile networkProfile) Set the networkProfile property: NetworkProfile - Profile of network configuration.ProvisionedClustersResponseProperties.withNetworkProfile
(NetworkProfile networkProfile) Set the networkProfile property: NetworkProfile - Profile of network configuration.