public class StaticRoutingService extends NetworkServiceType<StaticRoutingService>
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
StaticRoutingService.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<StaticRoute> |
staticRoutes |
| Modifier and Type | Method and Description |
|---|---|
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() |
isEnabled, stringprotected List<StaticRoute> staticRoutes
public static StaticRoutingService.Builder builder()
public StaticRoutingService.Builder toBuilder()
toBuilder in class NetworkServiceType<StaticRoutingService>public List<StaticRoute> getStaticRoutes()
public boolean equals(Object o)
equals in class NetworkServiceType<StaticRoutingService>public int hashCode()
hashCode in class NetworkServiceType<StaticRoutingService>public String toString()
toString in class NetworkServiceType<StaticRoutingService>Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.