VirtualNetworkProperties interface
HybridAKSNetworkSpec defines the desired state of HybridAKSNetwork
Properties
| dhcp |
Address of the DHCP servers associated with the network |
| dns |
Address of the DNS servers associated with the network |
| gateway | Address of the Gateway associated with the network |
| infra |
|
| ip |
IP Address Prefix of the network |
| provisioning |
NOTE: This property will not be serialized. It can only be populated by the server. |
| status | HybridAKSNetworkStatus defines the observed state of HybridAKSNetwork NOTE: This property will not be serialized. It can only be populated by the server. |
| vip |
Virtual IP Pool for Kubernetes |
| vlanID | VLAN Id used by the network |
| vmip |
IP Pool for Virtual Machines |
Property Details
dhcpServers
Address of the DHCP servers associated with the network
dhcpServers?: string[]
Property Value
string[]
dnsServers
Address of the DNS servers associated with the network
dnsServers?: string[]
Property Value
string[]
gateway
Address of the Gateway associated with the network
gateway?: string
Property Value
string
infraVnetProfile
infraVnetProfile?: VirtualNetworkPropertiesInfraVnetProfile
Property Value
ipAddressPrefix
IP Address Prefix of the network
ipAddressPrefix?: string
Property Value
string
provisioningState
NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
status
HybridAKSNetworkStatus defines the observed state of HybridAKSNetwork NOTE: This property will not be serialized. It can only be populated by the server.
status?: VirtualNetworkPropertiesStatus
Property Value
vipPool
Virtual IP Pool for Kubernetes
vipPool?: VirtualNetworkPropertiesVipPoolItem[]
Property Value
vlanID
VLAN Id used by the network
vlanID?: number
Property Value
number
vmipPool
IP Pool for Virtual Machines
vmipPool?: VirtualNetworkPropertiesVmipPoolItem[]