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
fun VirtualNetworksPropertiesResponse(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)