| Package | Description |
|---|---|
| com.vmware.appliance.techpreview.networking.firewall.addr |
| Modifier and Type | Field and Description |
|---|---|
static InboundTypes.FirewallRulePolicy |
InboundTypes.FirewallRulePolicy.allow
Allow packet with corresponding address.
|
static InboundTypes.FirewallRulePolicy |
InboundTypes.FirewallRulePolicy.deny
Deny packet with correpsonding address.
|
| Modifier and Type | Method and Description |
|---|---|
InboundTypes.FirewallRulePolicy |
InboundTypes.FirewallAddressRule.getPolicy()
The allow or deny policy of this rule.
|
static InboundTypes.FirewallRulePolicy |
InboundTypes.FirewallRulePolicy.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static InboundTypes.FirewallRulePolicy[] |
InboundTypes.FirewallRulePolicy.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InboundTypes.FirewallAddressRule.setPolicy(InboundTypes.FirewallRulePolicy policy)
The allow or deny policy of this rule.
|
| Constructor and Description |
|---|
InboundTypes.FirewallAddressRule.Builder(String address,
long prefix,
InboundTypes.FirewallRulePolicy policy,
String interfaceName)
Constructor with parameters for the required properties of
InboundTypes.FirewallAddressRule. |
Copyright © 2016. All Rights Reserved.