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