public class DVSSecurityPolicy extends InheritablePolicy
Java class for DVSSecurityPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DVSSecurityPolicy">
<complexContent>
<extension base="{urn:vim25}InheritablePolicy">
<sequence>
<element name="allowPromiscuous" type="{urn:vim25}BoolPolicy" minOccurs="0"/>
<element name="macChanges" type="{urn:vim25}BoolPolicy" minOccurs="0"/>
<element name="forgedTransmits" type="{urn:vim25}BoolPolicy" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BoolPolicy |
allowPromiscuous |
protected BoolPolicy |
forgedTransmits |
protected BoolPolicy |
macChanges |
inherited| Constructor and Description |
|---|
DVSSecurityPolicy() |
| Modifier and Type | Method and Description |
|---|---|
BoolPolicy |
getAllowPromiscuous()
Gets the value of the allowPromiscuous property.
|
BoolPolicy |
getForgedTransmits()
Gets the value of the forgedTransmits property.
|
BoolPolicy |
getMacChanges()
Gets the value of the macChanges property.
|
void |
setAllowPromiscuous(BoolPolicy value)
Sets the value of the allowPromiscuous property.
|
void |
setForgedTransmits(BoolPolicy value)
Sets the value of the forgedTransmits property.
|
void |
setMacChanges(BoolPolicy value)
Sets the value of the macChanges property.
|
isInherited, setInheritedprotected BoolPolicy allowPromiscuous
protected BoolPolicy macChanges
protected BoolPolicy forgedTransmits
public BoolPolicy getAllowPromiscuous()
BoolPolicypublic void setAllowPromiscuous(BoolPolicy value)
value - allowed object is
BoolPolicypublic BoolPolicy getMacChanges()
BoolPolicypublic void setMacChanges(BoolPolicy value)
value - allowed object is
BoolPolicypublic BoolPolicy getForgedTransmits()
BoolPolicypublic void setForgedTransmits(BoolPolicy value)
value - allowed object is
BoolPolicyCopyright © 2018. All rights reserved.