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

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.network.NetworkServiceType<StaticRoutingService>
      extended by org.jclouds.vcloud.director.v1_5.domain.network.StaticRoutingService

public class StaticRoutingService
extends NetworkServiceType<StaticRoutingService>

Represents Static Routing network service.

Java class for StaticRoutingService complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StaticRoutingService">
   <complexContent>
     <extension base="{http://www.vmware.com/vcloud/v1.5}NetworkServiceType">
       <sequence>
         <element name="StaticRoute" type="{http://www.vmware.com/vcloud/v1.5}StaticRouteType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class StaticRoutingService.Builder
           
 
Field Summary
protected  List<StaticRoute> staticRoutes
           
 
Method Summary
static StaticRoutingService.Builder builder()
           
 boolean equals(Object o)
           
 List<StaticRoute> getStaticRoutes()
          Gets the value of the staticRoutes property.
 int hashCode()
           
 StaticRoutingService.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

staticRoutes

protected List<StaticRoute> staticRoutes
Method Detail

builder

public static StaticRoutingService.Builder builder()

toBuilder

public StaticRoutingService.Builder toBuilder()
Specified by:
toBuilder in class NetworkServiceType<StaticRoutingService>

getStaticRoutes

public List<StaticRoute> getStaticRoutes()
Gets the value of the staticRoutes property.


equals

public boolean equals(Object o)
Overrides:
equals in class NetworkServiceType<StaticRoutingService>

hashCode

public int hashCode()
Overrides:
hashCode in class NetworkServiceType<StaticRoutingService>

toString

public String toString()
Overrides:
toString in class NetworkServiceType<StaticRoutingService>


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