| Package | Description | 
|---|---|
| org.jclouds.vcloud.domain.network.firewall | |
| org.jclouds.vcloud.xml | 
| Modifier and Type | Method and Description | 
|---|---|
static FirewallPolicy | 
FirewallPolicy.fromValue(String policy)  | 
FirewallPolicy | 
FirewallRule.getPolicy()  | 
static FirewallPolicy | 
FirewallPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static FirewallPolicy[] | 
FirewallPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
FirewallRule(boolean enabled,
            String description,
            FirewallPolicy policy,
            FirewallProtocols protocols,
            int port,
            String destinationIp)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected FirewallPolicy | 
OrgNetworkHandler.firewallPolicy  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.