public class StaticRoute extends Object
<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>
| Modifier and Type | Class and Description |
|---|---|
static class |
StaticRoute.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
network |
protected String |
nextHopIp |
protected String |
theInterface |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected String name
protected String network
protected String nextHopIp
protected String theInterface
public static StaticRoute.Builder builder()
public StaticRoute.Builder toBuilder()
public String getName()
Stringpublic String getNetwork()
Stringpublic String getNextHopIp()
Stringpublic String getInterface()
StringCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.