VirtualNetworksPropertiesResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Address of the DHCP servers associated with the network

Link copied to clipboard
val dnsServers: List<String>? = null

Address of the DNS servers associated with the network

Link copied to clipboard
val gateway: String? = null

Address of the Gateway associated with the network

Link copied to clipboard
val ipAddressPrefix: String? = null

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

VLAN Id used by the network

Link copied to clipboard

IP Pool for Virtual Machines