public class HostIpRouteOp extends DynamicData
Java class for HostIpRouteOp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostIpRouteOp">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="changeOperation" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="route" type="{urn:vim25}HostIpRouteEntry"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
changeOperation |
protected HostIpRouteEntry |
route |
| Constructor and Description |
|---|
HostIpRouteOp() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeOperation()
Gets the value of the changeOperation property.
|
HostIpRouteEntry |
getRoute()
Gets the value of the route property.
|
void |
setChangeOperation(String value)
Sets the value of the changeOperation property.
|
void |
setRoute(HostIpRouteEntry value)
Sets the value of the route property.
|
protected String changeOperation
protected HostIpRouteEntry route
public String getChangeOperation()
Stringpublic void setChangeOperation(String value)
value - allowed object is
Stringpublic HostIpRouteEntry getRoute()
HostIpRouteEntrypublic void setRoute(HostIpRouteEntry value)
value - allowed object is
HostIpRouteEntryCopyright © 2018. All rights reserved.