NetworkProfile interface
NetworkProfile represents a network profile.
Properties
load |
The cluster load balancer profile. |
outbound |
The OutboundType used for egress traffic. |
pod |
The CIDR used for OpenShift/Kubernetes Pods. |
preconfiguredNSG | Specifies whether subnets are pre-attached with an NSG |
service |
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