Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
BgpRouteAsPath |
BgpRouteAsPath.clone() |
BgpRouteAsPath |
BgpRouteAsPath.set(String fieldName,
Object value) |
BgpRouteAsPath |
BgpRouteAsPath.setAsns(List<Integer> asns)
[Output only] ASNs in the path segment.
|
BgpRouteAsPath |
BgpRouteAsPath.setType(String type)
[Output only] Type of AS-PATH segment (SEQUENCE or SET)
|
Modifier and Type | Method and Description |
---|---|
List<BgpRouteAsPath> |
BgpRoute.getAsPaths()
[Output only] AS-PATH for the route
|
Modifier and Type | Method and Description |
---|---|
BgpRoute |
BgpRoute.setAsPaths(List<BgpRouteAsPath> asPaths)
[Output only] AS-PATH for the route
|
Copyright © 2011–2025 Google. All rights reserved.