public class DvsMacRewriteNetworkRuleAction extends DvsNetworkRuleAction
Java class for DvsMacRewriteNetworkRuleAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsMacRewriteNetworkRuleAction">
<complexContent>
<extension base="{urn:vim25}DvsNetworkRuleAction">
<sequence>
<element name="rewriteMac" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
rewriteMac |
| Constructor and Description |
|---|
DvsMacRewriteNetworkRuleAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRewriteMac()
Gets the value of the rewriteMac property.
|
void |
setRewriteMac(String value)
Sets the value of the rewriteMac property.
|
protected String rewriteMac
Copyright © 2018. All rights reserved.