NetworkProfile interface

NetworkProfile represents a network profile.

Properties

loadBalancerProfile

The cluster load balancer profile.

outboundType

The OutboundType used for egress traffic.

podCidr

The CIDR used for OpenShift/Kubernetes Pods.

preconfiguredNSG

Specifies whether subnets are pre-attached with an NSG

serviceCidr

The CIDR used for OpenShift/Kubernetes Services.

Property Details

loadBalancerProfile

The cluster load balancer profile.

loadBalancerProfile?: LoadBalancerProfile

Property Value

outboundType

The OutboundType used for egress traffic.

outboundType?: string

Property Value

string

podCidr

The CIDR used for OpenShift/Kubernetes Pods.

podCidr?: string

Property Value

string

preconfiguredNSG

Specifies whether subnets are pre-attached with an NSG

preconfiguredNSG?: string

Property Value

string

serviceCidr

The CIDR used for OpenShift/Kubernetes Services.

serviceCidr?: string

Property Value

string