Uses of Class
org.jclouds.cloudstack.domain.FirewallRule.Protocol
-
Packages that use FirewallRule.Protocol Package Description 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 Modifier and Type Field Description protected FirewallRule.Protocol
FirewallRule.Builder. protocol
Methods in org.jclouds.cloudstack.domain that return FirewallRule.Protocol Modifier and Type Method Description 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 Modifier and Type Method Description T
FirewallRule.Builder. protocol(FirewallRule.Protocol protocol)
Constructors in org.jclouds.cloudstack.domain with parameters of type FirewallRule.Protocol Constructor Description 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.Protocol Modifier and Type Method Description 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)
-