public class EdgeStaticRoutingServiceUpdateRequest extends Object implements Serializable
| Constructor and Description |
|---|
EdgeStaticRoutingServiceUpdateRequest(String edgeUUID,
boolean enabled,
List<EdgeStaticRouteUpdateRequest> routes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEdgeUuid()
Gets the unique UUID of the associated VCD Edge.
|
List<EdgeStaticRouteUpdateRequest> |
getRoutes()
Gets a reference to the list of static routes.
|
boolean |
isEnabled()
Indicates whether the static routes are enabled.
|
public EdgeStaticRoutingServiceUpdateRequest(String edgeUUID, boolean enabled, List<EdgeStaticRouteUpdateRequest> routes)
public String getEdgeUuid()
String edge UUIDpublic boolean isEnabled()
public List<EdgeStaticRouteUpdateRequest> getRoutes()
List of EdgeStaticRouteUpdateRequestCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.