VirtualNetworkProperties interface
虚拟网络资源的属性
属性
| dns |
与网络关联的 DNS 服务器 IP 地址列表 |
| gateway | 与网络关联的网关的 IP 地址 |
| infra |
|
| ip |
网络的 IP 地址前缀 |
| provisioning |
注意:此属性不会序列化。 它只能由服务器填充。 |
| status | 虚拟网络资源的状态注意:此属性不会序列化。 它只能由服务器填充。 |
| vip |
如果使用 HA 代理负载均衡器,则 Kubernetes API 服务器和服务的 IP 地址范围 |
| vlanID | 网络使用的 VLAN ID |
| vmip |
Kubernetes 节点 VM 的 IP 地址范围 |
属性详细信息
dnsServers
与网络关联的 DNS 服务器 IP 地址列表
dnsServers?: string[]
属性值
string[]
gateway
与网络关联的网关的 IP 地址
gateway?: string
属性值
string
infraVnetProfile
infraVnetProfile?: VirtualNetworkPropertiesInfraVnetProfile
属性值
ipAddressPrefix
网络的 IP 地址前缀
ipAddressPrefix?: string
属性值
string
provisioningState
注意:此属性不会序列化。 它只能由服务器填充。
provisioningState?: string
属性值
string
status
虚拟网络资源的状态注意:此属性不会序列化。 它只能由服务器填充。
status?: VirtualNetworkPropertiesStatus
属性值
vipPool
如果使用 HA 代理负载均衡器,则 Kubernetes API 服务器和服务的 IP 地址范围
vipPool?: VirtualNetworkPropertiesVipPoolItem[]
属性值
vlanID
网络使用的 VLAN ID
vlanID?: number
属性值
number
vmipPool
Kubernetes 节点 VM 的 IP 地址范围
vmipPool?: VirtualNetworkPropertiesVmipPoolItem[]