Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
BgpRoute |
BgpRoute.clone() |
BgpRoute |
BgpRoute.set(String fieldName,
Object value) |
BgpRoute |
BgpRoute.setAsPaths(List<BgpRouteAsPath> asPaths)
[Output only] AS-PATH for the route
|
BgpRoute |
BgpRoute.setCommunities(List<String> communities)
[Output only] BGP communities in human-readable A:B format.
|
BgpRoute |
BgpRoute.setDestination(BgpRouteNetworkLayerReachabilityInformation destination)
[Output only] Destination IP range for the route, in human-readable CIDR format
|
BgpRoute |
BgpRoute.setMed(Long med)
[Output only] BGP multi-exit discriminator
|
BgpRoute |
BgpRoute.setOrigin(String origin)
[Output only] BGP origin (EGP, IGP or INCOMPLETE)
|
Modifier and Type | Method and Description |
---|---|
List<BgpRoute> |
RoutersListBgpRoutes.getResult()
[Output Only] A list of bgp routes.
|
Modifier and Type | Method and Description |
---|---|
RoutersListBgpRoutes |
RoutersListBgpRoutes.setResult(List<BgpRoute> result)
[Output Only] A list of bgp routes.
|
Copyright © 2011–2025 Google. All rights reserved.