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