| Package | Description |
|---|---|
| org.jclouds.cloudstack.config | |
| org.jclouds.cloudstack.domain | |
| org.jclouds.cloudstack.features |
| Modifier and Type | Method and Description |
|---|---|
PortForwardingRule |
CloudStackParserModule.PortForwardingRuleAdapter.apply(org.jclouds.cloudstack.config.CloudStackParserModule.PortForwardingRuleAdapter.PortForwardingRuleInternal in) |
PortForwardingRule |
CloudStackParserModule.PortForwardingRuleAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
CloudStackParserModule.PortForwardingRuleAdapter.serialize(PortForwardingRule src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
PortForwardingRule |
PortForwardingRule.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
int |
PortForwardingRule.compareTo(PortForwardingRule arg0) |
| Modifier and Type | Method and Description |
|---|---|
PortForwardingRule |
FirewallClient.getPortForwardingRule(long id)
Get a port forwarding rule by ID
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<PortForwardingRule> |
FirewallAsyncClient.getPortForwardingRule(long id) |
Set<PortForwardingRule> |
FirewallClient.listPortForwardingRules(ListPortForwardingRulesOptions... options)
List the port forwarding rules
|
com.google.common.util.concurrent.ListenableFuture<Set<PortForwardingRule>> |
FirewallAsyncClient.listPortForwardingRules(ListPortForwardingRulesOptions... options) |
Copyright © 2009-2012 jclouds. All Rights Reserved.