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
 

Fields in org.jclouds.cloudstack.domain declared as FirewallRule.Protocol
protected  FirewallRule.Protocol FirewallRule.Builder.protocol
           
 

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
 T FirewallRule.Builder.protocol(FirewallRule.Protocol protocol)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type FirewallRule.Protocol
FirewallRule(String id, Iterable<String> CIDRs, int startPort, int endPort, String icmpCode, String icmpType, String ipAddress, String 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(String ipAddressId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options)
          Create new firewall rule for a specific IP address
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> FirewallAsyncClient.createFirewallRuleForIpAndProtocol(String ipAddressId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options)
           
 AsyncCreateResponse FirewallClient.createFirewallRuleForIpProtocolAndPort(String ipAddressId, FirewallRule.Protocol protocol, int startPort, int endPort)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> FirewallAsyncClient.createFirewallRuleForIpProtocolAndPort(String ipAddressId, FirewallRule.Protocol protocol, int startPort, int endPort)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.