Uses of Class
org.jclouds.cloudstack.domain.FirewallRule.Protocol

Packages that use FirewallRule.Protocol
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
 

Uses of FirewallRule.Protocol in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return FirewallRule.Protocol
static FirewallRule.Protocol FirewallRule.Protocol.fromValue(String value)
           
 FirewallRule.Protocol FirewallRule.getProtocol()
           
static FirewallRule.Protocol FirewallRule.Protocol.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FirewallRule.Protocol[] FirewallRule.Protocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.cloudstack.domain with parameters of type FirewallRule.Protocol
 FirewallRule.Builder FirewallRule.Builder.protocol(FirewallRule.Protocol protocol)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type FirewallRule.Protocol
FirewallRule(long id, Set<String> CIDRs, int startPort, int endPort, String icmpCode, String icmpType, String ipAddress, long ipAddressId, FirewallRule.Protocol protocol, FirewallRule.State state)
           
 

Uses of FirewallRule.Protocol in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type FirewallRule.Protocol
 AsyncCreateResponse FirewallClient.createFirewallRuleForIpAndProtocol(long ipAddressId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options)
          Create new firewall rule for a specific IP address
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> FirewallAsyncClient.createFirewallRuleForIpAndProtocol(long ipAddressId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.