|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dasein.cloud.services.firewall.Firewall
public class Firewall
Represents a firewill with a list of positive access rules.
| Constructor Summary | |
|---|---|
Firewall()
Empty constructor for marshalling. |
|
| Method Summary | |
|---|---|
String |
getDescription()
Provides a long description of the underlying firewall that ideally describes why the firewall exists. |
String |
getName()
|
String |
getProviderFirewallId()
|
String |
getRegionId()
|
boolean |
isActive()
|
boolean |
isAvailable()
|
void |
setActive(boolean active)
Sets the current firewall active state. |
void |
setAvailable(boolean available)
Sets the firewall availability. |
void |
setDescription(String description)
Defines the firewall description. |
void |
setName(String name)
Sets the firewall name. |
void |
setProviderFirewallId(String providerFirewallId)
Sets the unique ID for the firewall. |
void |
setRegionId(String regionId)
Sets the region ID for the region in which the firewall is located. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Firewall()
| Method Detail |
|---|
public String getName()
public String getProviderFirewallId()
public String getRegionId()
public boolean isActive()
true if the firewall is currently activepublic boolean isAvailable()
true if the firewall is currently functioning properlypublic void setActive(boolean active)
active - true if the firewall is currently activepublic void setAvailable(boolean available)
available - true if the firewall is currently operating properlypublic void setName(String name)
name - the user-friendly name for the firewallpublic void setProviderFirewallId(String providerFirewallId)
providerFirewallId - the cloud-specific unique ID for this firewallpublic void setRegionId(String regionId)
regionId - the unique region ID for the firewall regionpublic String getDescription()
public void setDescription(String description)
description - a description of the firewall
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2009 enStratus Networks LLC – Available under the terms of the Artistic License 2.0.