vcenter vm hardware ethernet: summary
The
summary
structure contains commonly used information about a virtual Ethernet adapter.Representations:
{
"nic": "obj-103"
}
"nic": "obj-103"
}
<?xml version="1.0" ?>
<ns0:Summary xmlns:ns0="http://vmware.com/vcenter/vm/hardware/ethernet" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<nic>obj-103</nic>
</ns0:Summary>
<ns0:Summary xmlns:ns0="http://vmware.com/vcenter/vm/hardware/ethernet" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<nic>obj-103</nic>
</ns0:Summary>
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
nic | string | Identifier of the virtual Ethernet adapter. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet . When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet . |