vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - VirtualSerialPortPipeBackingInfo(vim.vm.device.VirtualSerialPort.PipeBackingInfo)
- Extends
 - VirtualDevicePipeBackingInfo
 - Since
 - 2.0
 
Data Object Description
TheVirtualSerialPortPipeBackingInfo data object defines information
  for backing a VirtualSerialPort with a named pipe.
  You can use a pipe to connect a virtual serial port to a host
  application or to another virtual machine on the host computer.
  This is useful for capturing debugging information sent through
  the virtual serial port.
      
Properties
| Name | Type | Description | 
|---|---|---|
| endpoint | xsd:string | 
         Indicates the role the virtual machine assumes as an endpoint
  for the pipe. The valid values are "client" or "server".
       | 
| noRxLoss* | xsd:boolean | 
         Enables optimized data transfer over the pipe. When you use this feature,
  the ESX server buffers data to prevent data overrun.
  This allows the virtual machine to read
  all of the data transferred over the pipe with no data loss.
  To use optimized data transfer, set noRxLoss to true.
  To disable this feature, set the property to false.
   | 
| Properties inherited from VirtualDevicePipeBackingInfo | ||
| pipeName | ||
| Properties inherited from VirtualDeviceBackingInfo | ||
| None | ||
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |