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