vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - VirtualSerialPortPipeBackingOption(vim.vm.device.VirtualSerialPortOption.PipeBackingOption)
- Extends
 - VirtualDevicePipeBackingOption
 - See also
 - BoolOption, ChoiceOption
 - Since
 - 2.0
 
Data Object Description
TheVirtualSerialPortPipeBackingOption data object contains
  the options for backing a serial port device with a pipe to another process.
      
Properties
| Name | Type | Description | 
|---|---|---|
| endpoint | ChoiceOption | 
         Indicates the choices available and the default setting
  for the pipe endpoint. As an endpoint, the virtual machine can act
  as a client or a server.
       | 
| noRxLoss | BoolOption | 
         Indicates whether the server supports optimized data transfer
  over the pipe and also specifies default behavior.
   When this feature is supported and enabled, the 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. 
  If optimized data transfer is supported ( 
 
  If  
  Note: You can use this feature even if the other end of the pipe
  is not an application, but it is more likely to fail.
        | 
| Properties inherited from VirtualDevicePipeBackingOption | ||
| None | ||
| Properties inherited from VirtualDeviceBackingOption | ||
| type | ||
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |