Uses of Enum Class
org.jclouds.cloudstack.domain.FirewallRule.Protocol
Packages that use FirewallRule.Protocol
-
Uses of FirewallRule.Protocol in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as FirewallRule.ProtocolMethods in org.jclouds.cloudstack.domain that return FirewallRule.ProtocolModifier and TypeMethodDescriptionstatic FirewallRule.Protocol
FirewallRule.getProtocol()
static FirewallRule.Protocol
Returns the enum constant of this class with the specified name.static FirewallRule.Protocol[]
FirewallRule.Protocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type FirewallRule.ProtocolConstructors in org.jclouds.cloudstack.domain with parameters of type FirewallRule.ProtocolModifierConstructorDescriptionprotected
FirewallRule
(String id, Iterable<String> CIDRs, int startPort, int endPort, String icmpCode, String icmpType, String ipAddress, String ipAddressId, FirewallRule.Protocol protocol, FirewallRule.State state, Set<Tag> tags) -
Uses of FirewallRule.Protocol in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with parameters of type FirewallRule.ProtocolModifier and TypeMethodDescriptionFirewallApi.createEgressFirewallRuleForNetworkAndProtocol
(String networkId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options) FirewallApi.createEgressFirewallRuleForNetworkProtocolAndPort
(String networkId, FirewallRule.Protocol protocol, int startPort, int endPort) FirewallApi.createFirewallRuleForIpAndProtocol
(String ipAddressId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options) FirewallApi.createFirewallRuleForIpProtocolAndPort
(String ipAddressId, FirewallRule.Protocol protocol, int startPort, int endPort)