vcenter vm hardware serial: summary
The
summary
structure contains commonly used information about a virtual serial port.Representations:
{
"port": "obj-103"
}
"port": "obj-103"
}
<?xml version="1.0" ?>
<ns0:Summary xmlns:ns0="http://vmware.com/vcenter/vm/hardware/serial" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<port>obj-103</port>
</ns0:Summary>
<ns0:Summary xmlns:ns0="http://vmware.com/vcenter/vm/hardware/serial" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<port>obj-103</port>
</ns0:Summary>
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
port | string | Identifier of the virtual serial port. 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.SerialPort . 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.SerialPort . |