public class DvsGreEncapNetworkRuleAction extends DvsNetworkRuleAction
Java class for DvsGreEncapNetworkRuleAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsGreEncapNetworkRuleAction">
<complexContent>
<extension base="{urn:vim25}DvsNetworkRuleAction">
<sequence>
<element name="encapsulationIp" type="{urn:vim25}SingleIp"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SingleIp |
encapsulationIp |
| Constructor and Description |
|---|
DvsGreEncapNetworkRuleAction() |
| Modifier and Type | Method and Description |
|---|---|
SingleIp |
getEncapsulationIp()
Gets the value of the encapsulationIp property.
|
void |
setEncapsulationIp(SingleIp value)
Sets the value of the encapsulationIp property.
|
Copyright © 2018. All rights reserved.