Virtual Nic Response
data class VirtualNicResponse(val customization: GuestOSNICCustomizationResponse? = null, val ipAddresses: List<String>? = null, val macAddress: String? = null, val network: VirtualNetworkResponse, val nicType: String, val powerOnBoot: Boolean? = null, val virtualNicId: String? = null, val virtualNicName: String)
Virtual NIC model
Constructors
Link copied to clipboard
constructor(customization: GuestOSNICCustomizationResponse? = null, ipAddresses: List<String>? = null, macAddress: String? = null, network: VirtualNetworkResponse, nicType: String, powerOnBoot: Boolean? = null, virtualNicId: String? = null, virtualNicName: String)