VirtualNicArgs

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)