Partilhar via


PSContainerServiceNetworkProfile Class

Definition

public class PSContainerServiceNetworkProfile
type PSContainerServiceNetworkProfile = class
Public Class PSContainerServiceNetworkProfile
Inheritance
PSContainerServiceNetworkProfile

Constructors

PSContainerServiceNetworkProfile()

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.

IpFamilies

Gets or sets the IP families used to specify IP versions available to the cluster.

LoadBalancerProfile

Gets or sets profile of the cluster load balancer.

LoadBalancerSku

Gets or sets the load balancer sku for the managed cluster.

NatGatewayProfile

Gets or sets profile of the cluster NAT gateway.

NetworkMode

Gets or sets the network mode Azure CNI is configured with.

NetworkPlugin

Gets or sets network plugin used for building the Kubernetes network. Possible values include: 'azure', 'kubenet', 'none'

NetworkPolicy

Gets or sets network policy used for building the Kubernetes network. Possible values include: 'calico', 'azure'

OutboundType

Gets or sets the outbound (egress) routing method.

PodCidr

Gets or sets a CIDR notation IP range from which to assign pod IPs when kubenet is used.

PodCidrs

Gets or sets the CIDR notation IP ranges from which to assign pod IPs.

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.

ServiceCidrs

Gets or sets the CIDR notation IP ranges from which to assign service cluster IPs.

Applies to