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 FirewallApi.createEgressFirewallRuleForNetworkAndProtocol(String networkId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options)
           
 AsyncCreateResponse FirewallApi.createEgressFirewallRuleForNetworkProtocolAndPort(String networkId, FirewallRule.Protocol protocol, int startPort, int endPort)
           
 AsyncCreateResponse FirewallApi.createFirewallRuleForIpAndProtocol(String ipAddressId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options)
           
 AsyncCreateResponse FirewallApi.createFirewallRuleForIpProtocolAndPort(String ipAddressId, FirewallRule.Protocol protocol, int startPort, int endPort)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.