Network Interface Response
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
Properties
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 NIC MAC address.
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
Gets or sets the power on boot.