|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.network.NetworkServiceType<FirewallService>
org.jclouds.vcloud.director.v1_5.domain.network.FirewallService
public class FirewallService
Represents a network firewall service.
Java class for FirewallService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FirewallService">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}NetworkServiceType">
<sequence>
<element name="DefaultAction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LogDefaultAction" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="FirewallRule" type="{http://www.vmware.com/vcloud/v1.5}FirewallRuleType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
FirewallService.Builder
|
| Field Summary | |
|---|---|
protected String |
defaultAction
|
protected Set<FirewallRule> |
firewallRules
|
protected Boolean |
logDefaultAction
|
| Method Summary | |
|---|---|
static FirewallService.Builder |
builder()
|
boolean |
equals(Object o)
|
String |
getDefaultAction()
Gets the value of the defaultAction property. |
Set<FirewallRule> |
getFirewallRules()
Gets the value of the firewallRule property. |
int |
hashCode()
|
Boolean |
isLogDefaultAction()
Gets the value of the logDefaultAction property. |
FirewallService.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.network.NetworkServiceType |
|---|
isEnabled, string |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String defaultAction
protected Boolean logDefaultAction
protected Set<FirewallRule> firewallRules
| Method Detail |
|---|
public static FirewallService.Builder builder()
public FirewallService.Builder toBuilder()
toBuilder in class NetworkServiceType<FirewallService>public String getDefaultAction()
Stringpublic Boolean isLogDefaultAction()
Booleanpublic Set<FirewallRule> getFirewallRules()
public boolean equals(Object o)
equals in class NetworkServiceType<FirewallService>public int hashCode()
hashCode in class NetworkServiceType<FirewallService>public String toString()
toString in class NetworkServiceType<FirewallService>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||