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

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

public class StaticRoute
extends Object

Java class for StaticRoute complex type.

 <complexType name="StaticRoute">
   <complexContent>
     <extension base="{http://www.vmware.com/vcloud/v1.5}VCloudExtensibleType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Network" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="NextHopIp" type="{http://www.vmware.com/vcloud/v1.5}IpAddressType"/>
         <element name="Interface" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class StaticRoute.Builder
           
 
Field Summary
protected  String name
           
protected  String network
           
protected  String nextHopIp
           
protected  String theInterface
           
 
Method Summary
static StaticRoute.Builder builder()
           
 boolean equals(Object o)
           
 String getInterface()
          Gets the value of the interface property.
 String getName()
          Gets the value of the name property.
 String getNetwork()
          Gets the value of the network property.
 String getNextHopIp()
          Gets the value of the nextHopIp property.
 int hashCode()
           
 StaticRoute.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

network

protected String network

nextHopIp

protected String nextHopIp

theInterface

protected String theInterface
Method Detail

builder

public static StaticRoute.Builder builder()

toBuilder

public StaticRoute.Builder toBuilder()

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

getNetwork

public String getNetwork()
Gets the value of the network property.

Returns:
possible object is String

getNextHopIp

public String getNextHopIp()
Gets the value of the nextHopIp property.

Returns:
possible object is String

getInterface

public String getInterface()
Gets the value of the interface property.

Returns:
possible object is String

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.