Virtual Nic Args
data class VirtualNicArgs(val customization: Output<GuestOSNICCustomizationArgs>? = null, val ipAddresses: Output<List<String>>? = null, val macAddress: Output<String>? = null, val network: Output<VirtualNetworkArgs>, val nicType: Output<NICType>, val powerOnBoot: Output<Boolean>? = null, val virtualNicId: Output<String>? = null) : ConvertibleToJava<VirtualNicArgs>
Virtual NIC model
Constructors
Link copied to clipboard
constructor(customization: Output<GuestOSNICCustomizationArgs>? = null, ipAddresses: Output<List<String>>? = null, macAddress: Output<String>? = null, network: Output<VirtualNetworkArgs>, nicType: Output<NICType>, powerOnBoot: Output<Boolean>? = null, virtualNicId: Output<String>? = null)