Uses of Class
org.jclouds.cloudstack.options.CreateFirewallRuleOptions
-
Packages that use CreateFirewallRuleOptions Package Description org.jclouds.cloudstack.features org.jclouds.cloudstack.options -
-
Uses of CreateFirewallRuleOptions in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with parameters of type CreateFirewallRuleOptions Modifier and Type Method Description AsyncCreateResponse
FirewallApi. createEgressFirewallRuleForNetworkAndProtocol(String networkId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options)
AsyncCreateResponse
FirewallApi. createFirewallRuleForIpAndProtocol(String ipAddressId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options)
-
Uses of CreateFirewallRuleOptions in org.jclouds.cloudstack.options
Fields in org.jclouds.cloudstack.options declared as CreateFirewallRuleOptions Modifier and Type Field Description static CreateFirewallRuleOptions
CreateFirewallRuleOptions. NONE
Methods in org.jclouds.cloudstack.options that return CreateFirewallRuleOptions Modifier and Type Method Description static CreateFirewallRuleOptions
CreateFirewallRuleOptions.Builder. CIDRs(Set<String> CIDRs)
CreateFirewallRuleOptions
CreateFirewallRuleOptions. CIDRs(Set<String> CIDRs)
static CreateFirewallRuleOptions
CreateFirewallRuleOptions.Builder. endPort(int endPort)
CreateFirewallRuleOptions
CreateFirewallRuleOptions. endPort(int endPort)
static CreateFirewallRuleOptions
CreateFirewallRuleOptions.Builder. icmpCode(String icmpCode)
CreateFirewallRuleOptions
CreateFirewallRuleOptions. icmpCode(String icmpCode)
static CreateFirewallRuleOptions
CreateFirewallRuleOptions.Builder. icmpType(String icmpType)
CreateFirewallRuleOptions
CreateFirewallRuleOptions. icmpType(String icmpType)
static CreateFirewallRuleOptions
CreateFirewallRuleOptions.Builder. startPort(int startPort)
CreateFirewallRuleOptions
CreateFirewallRuleOptions. startPort(int startPort)
-