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.ProtocolFirewallRule.Builder. protocolMethods in org.jclouds.cloudstack.domain that return FirewallRule.Protocol Modifier and Type Method Description static FirewallRule.ProtocolFirewallRule.Protocol. fromValue(String value)FirewallRule.ProtocolFirewallRule. getProtocol()static FirewallRule.ProtocolFirewallRule.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 TFirewallRule.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 AsyncCreateResponseFirewallApi. createEgressFirewallRuleForNetworkAndProtocol(String networkId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options)AsyncCreateResponseFirewallApi. createEgressFirewallRuleForNetworkProtocolAndPort(String networkId, FirewallRule.Protocol protocol, int startPort, int endPort)AsyncCreateResponseFirewallApi. createFirewallRuleForIpAndProtocol(String ipAddressId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options)AsyncCreateResponseFirewallApi. createFirewallRuleForIpProtocolAndPort(String ipAddressId, FirewallRule.Protocol protocol, int startPort, int endPort)
-