VirtualNetworksPropertiesArgs

data class VirtualNetworksPropertiesArgs(val dnsServers: Output<List<String>>? = null, val gateway: Output<String>? = null, val infraVnetProfile: Output<VirtualNetworksPropertiesInfraVnetProfileArgs>? = null, val ipAddressPrefix: Output<String>? = null, val vipPool: Output<List<VirtualNetworksPropertiesVipPoolArgs>>? = null, val vmipPool: Output<List<VirtualNetworksPropertiesVmipPoolArgs>>? = null) : ConvertibleToJava<VirtualNetworksPropertiesArgs>

HybridAKSNetworkSpec defines the desired state of HybridAKSNetwork

Constructors

Link copied to clipboard
constructor(dnsServers: Output<List<String>>? = null, gateway: Output<String>? = null, infraVnetProfile: Output<VirtualNetworksPropertiesInfraVnetProfileArgs>? = null, ipAddressPrefix: Output<String>? = null, vipPool: Output<List<VirtualNetworksPropertiesVipPoolArgs>>? = null, vmipPool: Output<List<VirtualNetworksPropertiesVmipPoolArgs>>? = null)

Properties

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

Address of the DNS servers associated with the network

Link copied to clipboard
val gateway: Output<String>? = null

Address of the Gateway associated with the network

Link copied to clipboard
val ipAddressPrefix: Output<String>? = null

IP Address Prefix of the network

Link copied to clipboard

Virtual IP Pool for Kubernetes

Link copied to clipboard

IP Pool for Virtual Machines

Functions

Link copied to clipboard
open override fun toJava(): VirtualNetworksPropertiesArgs