ContainerServiceNetworkProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Profile of network configuration.
public class ContainerServiceNetworkProfile
type ContainerServiceNetworkProfile = class
Public Class ContainerServiceNetworkProfile
- Inheritance
-
ContainerServiceNetworkProfile
Constructors
ContainerServiceNetworkProfile() |
Initializes a new instance of the ContainerServiceNetworkProfile class. |
ContainerServiceNetworkProfile(NetworkPlugin, NetworkPolicy, NetworkMode, String, String, String, String, OutboundType, LoadBalancerSku, ManagedClusterLoadBalancerProfile) |
Initializes a new instance of the ContainerServiceNetworkProfile class. |
Properties
DnsServiceIP |
Gets or sets an IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. |
DockerBridgeCidr |
Gets or sets a CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range. |
LoadBalancerProfile |
Gets or sets profile of the cluster load balancer. |
LoadBalancerSku |
Gets or sets the load balancer sku for the managed cluster. Possible values include: 'standard', 'basic' |
NetworkMode |
Gets or sets network mode used for building Kubernetes network. Possible values include: 'transparent', 'bridge' |
NetworkPlugin |
Gets or sets network plugin used for building Kubernetes network. Possible values include: 'azure', 'kubenet' |
NetworkPolicy |
Gets or sets network policy used for building Kubernetes network. Possible values include: 'calico', 'azure' |
OutboundType |
Gets or sets the outbound (egress) routing method. Possible values include: 'loadBalancer', 'userDefinedRouting' |
PodCidr |
Gets or sets a CIDR notation IP range from which to assign pod IPs when kubenet is used. |
ServiceCidr |
Gets or sets a CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET