Package | Description |
---|---|
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.features |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
FirewallRule.Builder |
FirewallRule.Builder.protocol(FirewallRule.Protocol protocol) |
Constructor and Description |
---|
FirewallRule(long id,
Set<String> CIDRs,
int startPort,
int endPort,
String icmpCode,
String icmpType,
String ipAddress,
long ipAddressId,
FirewallRule.Protocol protocol,
FirewallRule.State state) |
Modifier and Type | Method and Description |
---|---|
AsyncCreateResponse |
FirewallClient.createFirewallRuleForIpAndProtocol(long ipAddressId,
FirewallRule.Protocol protocol,
CreateFirewallRuleOptions... options)
Create new firewall rule for a specific IP address
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
FirewallAsyncClient.createFirewallRuleForIpAndProtocol(long ipAddressId,
FirewallRule.Protocol protocol,
CreateFirewallRuleOptions... options) |
Copyright © 2009-2012 jclouds. All Rights Reserved.