|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.savvis.vpdc.domain.ResourceImpl
org.jclouds.savvis.vpdc.domain.FirewallService
public class FirewallService
API returns the firewall service containing firewall rules for a given VDC
| Nested Class Summary | |
|---|---|
static class |
FirewallService.Builder
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.savvis.vpdc.domain.ResourceImpl |
|---|
href, id, name, type |
| Constructor Summary | |
|---|---|
FirewallService(String id,
String name,
String type,
URI href,
boolean isEnabled,
Set<FirewallRule> firewallRules)
|
|
| Method Summary | |
|---|---|
static FirewallService.Builder |
builder()
|
Set<FirewallRule> |
getFirewallRules()
|
boolean |
isEnabled()
|
FirewallService.Builder |
toBuilder()
|
| Methods inherited from class org.jclouds.savvis.vpdc.domain.ResourceImpl |
|---|
compareTo, equals, getHref, getId, getName, getType, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FirewallService(String id,
String name,
String type,
URI href,
boolean isEnabled,
Set<FirewallRule> firewallRules)
| Method Detail |
|---|
public static FirewallService.Builder builder()
public FirewallService.Builder toBuilder()
toBuilder in class ResourceImplpublic Set<FirewallRule> getFirewallRules()
public boolean isEnabled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||