org.jclouds.vcloud.director.v1_5.domain.network
Class FirewallRuleProtocols

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.network.FirewallRuleProtocols

public class FirewallRuleProtocols
extends Object

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

builder

public static FirewallRuleProtocols.Builder builder()

toBuilder

public FirewallRuleProtocols.Builder toBuilder()

isTcp

public Boolean isTcp()
Gets the value of the tcp property.

Returns:
possible object is Boolean

isUdp

public Boolean isUdp()
Gets the value of the udp property.

Returns:
possible object is Boolean

isIcmp

public Boolean isIcmp()
Gets the value of the icmp property.

Returns:
possible object is Boolean

isAny

public Boolean isAny()
Gets the value of the any property.

Returns:
possible object is Boolean

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.