public class HostNetworkSecurityPolicy extends DynamicData
Java class for HostNetworkSecurityPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostNetworkSecurityPolicy">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="allowPromiscuous" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="macChanges" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="forgedTransmits" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowPromiscuous |
protected Boolean |
forgedTransmits |
protected Boolean |
macChanges |
| Constructor and Description |
|---|
HostNetworkSecurityPolicy() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isAllowPromiscuous()
Gets the value of the allowPromiscuous property.
|
Boolean |
isForgedTransmits()
Gets the value of the forgedTransmits property.
|
Boolean |
isMacChanges()
Gets the value of the macChanges property.
|
void |
setAllowPromiscuous(Boolean value)
Sets the value of the allowPromiscuous property.
|
void |
setForgedTransmits(Boolean value)
Sets the value of the forgedTransmits property.
|
void |
setMacChanges(Boolean value)
Sets the value of the macChanges property.
|
protected Boolean allowPromiscuous
protected Boolean macChanges
protected Boolean forgedTransmits
public Boolean isAllowPromiscuous()
Booleanpublic void setAllowPromiscuous(Boolean value)
value - allowed object is
Booleanpublic Boolean isMacChanges()
Booleanpublic void setMacChanges(Boolean value)
value - allowed object is
Booleanpublic Boolean isForgedTransmits()
BooleanCopyright © 2018. All rights reserved.