NetworkInterfaceResponse

data class NetworkInterfaceResponse(val deviceKey: Int? = null, val ipAddresses: List<String>, val ipSettings: NicIPSettingsResponse? = null, val label: String, val macAddress: String, val name: String? = null, val networkId: String? = null, val networkMoName: String, val networkMoRefId: String, val nicType: String? = null, val powerOnBoot: String? = null)

Network Interface model

Constructors

Link copied to clipboard
constructor(deviceKey: Int? = null, ipAddresses: List<String>, ipSettings: NicIPSettingsResponse? = null, label: String, macAddress: String, name: String? = null, networkId: String? = null, networkMoName: String, networkMoRefId: String, nicType: String? = null, powerOnBoot: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deviceKey: Int? = null

Gets or sets the device key value.

Link copied to clipboard

Gets or sets the nic ip addresses.

Link copied to clipboard

Gets or sets the ipsettings.

Link copied to clipboard

Gets or sets the label of the virtual network in vCenter that the nic is connected to.

Link copied to clipboard

Gets or sets the NIC MAC address.

Link copied to clipboard
val name: String? = null

Gets or sets the name of the network interface.

Link copied to clipboard
val networkId: String? = null

Gets or sets the ARM Id of the network resource to connect the virtual machine.

Link copied to clipboard

Gets or sets the name of the virtual network in vCenter that the nic is connected to.

Link copied to clipboard

Gets or sets the vCenter MoRef (Managed Object Reference) ID of the virtual network that the nic is connected to.

Link copied to clipboard
val nicType: String? = null

NIC type

Link copied to clipboard
val powerOnBoot: String? = null

Gets or sets the power on boot.