Virtual Networks Properties Response
data class VirtualNetworksPropertiesResponse(val dhcpServers: List<String>, val dnsServers: List<String>? = null, val gateway: String? = null, val infraVnetProfile: VirtualNetworksPropertiesResponseInfraVnetProfile? = null, val ipAddressPrefix: String? = null, val provisioningState: String, val status: VirtualNetworksPropertiesResponseStatus, val vipPool: List<VirtualNetworksPropertiesResponseVipPool>? = null, val vlanID: String, val vmipPool: List<VirtualNetworksPropertiesResponseVmipPool>? = null)
HybridAKSNetworkSpec defines the desired state of HybridAKSNetwork
Constructors
Link copied to clipboard
constructor(dhcpServers: List<String>, dnsServers: List<String>? = null, gateway: String? = null, infraVnetProfile: VirtualNetworksPropertiesResponseInfraVnetProfile? = null, ipAddressPrefix: String? = null, provisioningState: String, status: VirtualNetworksPropertiesResponseStatus, vipPool: List<VirtualNetworksPropertiesResponseVipPool>? = null, vlanID: String, vmipPool: List<VirtualNetworksPropertiesResponseVmipPool>? = null)
Properties
Link copied to clipboard
Address of the DHCP servers associated with the network
Link copied to clipboard
Address of the DNS servers associated with the network
Link copied to clipboard
Link copied to clipboard
IP Address Prefix of the network
Link copied to clipboard
Link copied to clipboard
HybridAKSNetworkStatus defines the observed state of HybridAKSNetwork
Link copied to clipboard
Virtual IP Pool for Kubernetes
Link copied to clipboard
IP Pool for Virtual Machines