| Package | Description |
|---|---|
| org.jclouds.cloudstack.domain | |
| org.jclouds.cloudstack.features |
| Modifier and Type | Field and Description |
|---|---|
protected FirewallRule.Protocol |
FirewallRule.Builder.protocol |
| 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 |
|---|---|
T |
FirewallRule.Builder.protocol(FirewallRule.Protocol protocol) |
| Constructor and 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) |
| Modifier and Type | Method and 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) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.