Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
RouteAsPath |
RouteAsPath.clone() |
RouteAsPath |
RouteAsPath.set(String fieldName,
Object value) |
RouteAsPath |
RouteAsPath.setAsLists(List<Long> asLists)
[Output Only] The AS numbers of the AS Path.
|
RouteAsPath |
RouteAsPath.setPathSegmentType(String pathSegmentType)
[Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET':
unordered set of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered
set of autonomous systems that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of
Member Autonomous Systems in the local confederation that the route has traversed -
'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local confederation that the
route has traversed
|
Modifier and Type | Method and Description |
---|---|
List<RouteAsPath> |
Route.getAsPaths()
[Output Only] AS path.
|
Modifier and Type | Method and Description |
---|---|
Route |
Route.setAsPaths(List<RouteAsPath> asPaths)
[Output Only] AS path.
|
Copyright © 2011–2025 Google. All rights reserved.