VirtualNetworkProperties interface
虛擬網路資源的屬性
屬性
| dns |
與網路相關聯的 DNS 伺服器 IP 位址清單 |
| gateway | 與網路相關聯的閘道IP位址 |
| infra |
|
| ip |
網路的IP位址前綴 |
| provisioning |
注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| status | 虛擬網路資源的狀態注意:此屬性將不會串行化。 它只能由伺服器填入。 |
| vip |
如果使用HA Proxy負載平衡器,則 Kubernetes API 伺服器和服務的IP位址範圍 |
| vlanID | 網路所使用的 VLAN 識別碼 |
| 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 Proxy負載平衡器,則 Kubernetes API 伺服器和服務的IP位址範圍
vipPool?: VirtualNetworkPropertiesVipPoolItem[]
屬性值
vlanID
網路所使用的 VLAN 識別碼
vlanID?: number
屬性值
number
vmipPool
Kubernetes 節點 VM 的IP位址範圍
vmipPool?: VirtualNetworkPropertiesVmipPoolItem[]