|
||||||||||
| 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.FirewallRuleProtocols
public class FirewallRuleProtocols
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<sequence>
<element name="Tcp" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Udp" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
<element name="Icmp" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Any" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
FirewallRuleProtocols.Builder
|
| Method Summary | |
|---|---|
static FirewallRuleProtocols.Builder |
builder()
|
boolean |
equals(Object o)
|
int |
hashCode()
|
Boolean |
isAny()
Gets the value of the any property. |
Boolean |
isIcmp()
Gets the value of the icmp property. |
Boolean |
isTcp()
Gets the value of the tcp property. |
Boolean |
isUdp()
Gets the value of the udp property. |
FirewallRuleProtocols.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static FirewallRuleProtocols.Builder builder()
public FirewallRuleProtocols.Builder toBuilder()
public Boolean isTcp()
Booleanpublic Boolean isUdp()
Booleanpublic Boolean isIcmp()
Booleanpublic Boolean isAny()
Booleanpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||