public class EdgeStaticRouteResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| EdgeStaticRouteResponse(String edgeUuid,
                       int index,
                       String name,
                       String network,
                       String nextHopIP,
                       String interfaceType,
                       String interfaceName) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getEdgeUuid()Gets the UUID of the Edge that this static route is associated with. | 
| int | getIndex()Gets the index of the static route. | 
| String | getInterfaceName()Gets the name of the edge gateway interface that this route is applied on. | 
| String | getInterfaceType()Gets the interface type. | 
| String | getName()Gets the name of the static route. | 
| String | getNetwork()Gets the target network of the static route. | 
| String | getNextHopIP()Gets the next hop IP address for the static route. | 
| int | hashCode() | 
| String | toString() | 
public String getEdgeUuid()
String Edge UUIDpublic int getIndex()
public String getNetwork()
String network representationpublic String getNextHopIP()
String next hop ip addresspublic String getInterfaceName()
String edge gateway interface namepublic String getInterfaceType()
String interface typeCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.