Virtual Networks Properties Infra Vnet Profile Args
data class VirtualNetworksPropertiesInfraVnetProfileArgs(val hci: Output<VirtualNetworksPropertiesHciArgs>? = null, val networkCloud: Output<VirtualNetworksPropertiesNetworkCloudArgs>? = null, val vmware: Output<VirtualNetworksPropertiesVmwareArgs>? = null) : ConvertibleToJava<VirtualNetworksPropertiesInfraVnetProfileArgs>
Constructors
Link copied to clipboard
constructor(hci: Output<VirtualNetworksPropertiesHciArgs>? = null, networkCloud: Output<VirtualNetworksPropertiesNetworkCloudArgs>? = null, vmware: Output<VirtualNetworksPropertiesVmwareArgs>? = null)