public class EdgeStaticRouteUpdateRequest extends Object implements Serializable
| Constructor and Description | 
|---|
| EdgeStaticRouteUpdateRequest(String edgeUUID,
                            int index,
                            String name,
                            String network,
                            String nextHopIp,
                            String interfaceName) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 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. | 
public String getEdgeUuid()
String Edge UUIDpublic int getIndex()
public String getNetwork()
String network representationpublic String getNextHopIp()
String next hop ip addressCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.