public class VirtualSerialPortPipeBackingOption extends VirtualDevicePipeBackingOption
Java class for VirtualSerialPortPipeBackingOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualSerialPortPipeBackingOption">
<complexContent>
<extension base="{urn:vim25}VirtualDevicePipeBackingOption">
<sequence>
<element name="endpoint" type="{urn:vim25}ChoiceOption"/>
<element name="noRxLoss" type="{urn:vim25}BoolOption"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChoiceOption |
endpoint |
protected BoolOption |
noRxLoss |
type| Constructor and Description |
|---|
VirtualSerialPortPipeBackingOption() |
| Modifier and Type | Method and Description |
|---|---|
ChoiceOption |
getEndpoint()
Gets the value of the endpoint property.
|
BoolOption |
getNoRxLoss()
Gets the value of the noRxLoss property.
|
void |
setEndpoint(ChoiceOption value)
Sets the value of the endpoint property.
|
void |
setNoRxLoss(BoolOption value)
Sets the value of the noRxLoss property.
|
getType, setTypeprotected ChoiceOption endpoint
protected BoolOption noRxLoss
public ChoiceOption getEndpoint()
ChoiceOptionpublic void setEndpoint(ChoiceOption value)
value - allowed object is
ChoiceOptionpublic BoolOption getNoRxLoss()
BoolOptionpublic void setNoRxLoss(BoolOption value)
value - allowed object is
BoolOptionCopyright © 2018. All rights reserved.