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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript