Package | Description |
---|---|
org.jclouds.cloudstack.features | |
org.jclouds.cloudstack.options |
Modifier and Type | Method and Description |
---|---|
AsyncCreateResponse |
FirewallApi.createEgressFirewallRuleForNetworkAndProtocol(String networkId,
FirewallRule.Protocol protocol,
CreateFirewallRuleOptions... options) |
AsyncCreateResponse |
FirewallApi.createFirewallRuleForIpAndProtocol(String ipAddressId,
FirewallRule.Protocol protocol,
CreateFirewallRuleOptions... options) |
Modifier and Type | Field and Description |
---|---|
static CreateFirewallRuleOptions |
CreateFirewallRuleOptions.NONE |
Modifier and Type | Method and Description |
---|---|
CreateFirewallRuleOptions |
CreateFirewallRuleOptions.CIDRs(Set<String> CIDRs) |
static CreateFirewallRuleOptions |
CreateFirewallRuleOptions.Builder.CIDRs(Set<String> CIDRs) |
CreateFirewallRuleOptions |
CreateFirewallRuleOptions.endPort(int endPort) |
static CreateFirewallRuleOptions |
CreateFirewallRuleOptions.Builder.endPort(int endPort) |
CreateFirewallRuleOptions |
CreateFirewallRuleOptions.icmpCode(String icmpCode) |
static CreateFirewallRuleOptions |
CreateFirewallRuleOptions.Builder.icmpCode(String icmpCode) |
CreateFirewallRuleOptions |
CreateFirewallRuleOptions.icmpType(String icmpType) |
static CreateFirewallRuleOptions |
CreateFirewallRuleOptions.Builder.icmpType(String icmpType) |
CreateFirewallRuleOptions |
CreateFirewallRuleOptions.startPort(int startPort) |
static CreateFirewallRuleOptions |
CreateFirewallRuleOptions.Builder.startPort(int startPort) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.