public class VirtualSerialPortPipeBackingInfo extends VirtualDevicePipeBackingInfo
Java class for VirtualSerialPortPipeBackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualSerialPortPipeBackingInfo">
<complexContent>
<extension base="{urn:vim25}VirtualDevicePipeBackingInfo">
<sequence>
<element name="endpoint" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="noRxLoss" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
endpoint |
protected Boolean |
noRxLoss |
pipeName| Constructor and Description |
|---|
VirtualSerialPortPipeBackingInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint()
Gets the value of the endpoint property.
|
Boolean |
isNoRxLoss()
Gets the value of the noRxLoss property.
|
void |
setEndpoint(String value)
Sets the value of the endpoint property.
|
void |
setNoRxLoss(Boolean value)
Sets the value of the noRxLoss property.
|
getPipeName, setPipeNamepublic String getEndpoint()
Stringpublic void setEndpoint(String value)
value - allowed object is
Stringpublic Boolean isNoRxLoss()
BooleanCopyright © 2018. All rights reserved.