Virtual Networks Properties Args
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)