|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.network.StaticRoute
public class StaticRoute
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 |
|---|
protected String name
protected String network
protected String nextHopIp
protected String theInterface
| Method Detail |
|---|
public static StaticRoute.Builder builder()
public StaticRoute.Builder toBuilder()
public String getName()
Stringpublic String getNetwork()
Stringpublic String getNextHopIp()
Stringpublic String getInterface()
Stringpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||