org.jclouds.vcloud.director.v1_5.domain.network
Class StaticRoutingService
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.network.NetworkServiceType<StaticRoutingService>
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>
staticRoutes
protected List<StaticRoute> staticRoutes
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.