Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.Routers.PatchRoutePolicy |
Compute.Routers.patchRoutePolicy(String project,
String region,
String router,
RoutePolicy content)
Patches Route Policy
Create a request for the method "routers.patchRoutePolicy".
|
Compute.Routers.UpdateRoutePolicy |
Compute.Routers.updateRoutePolicy(String project,
String region,
String router,
RoutePolicy content)
Updates or creates new Route Policy
Create a request for the method "routers.updateRoutePolicy".
|
Constructor and Description |
---|
PatchRoutePolicy(String project,
String region,
String router,
RoutePolicy content)
Patches Route Policy
Create a request for the method "routers.patchRoutePolicy".
|
UpdateRoutePolicy(String project,
String region,
String router,
RoutePolicy content)
Updates or creates new Route Policy
Create a request for the method "routers.updateRoutePolicy".
|
Modifier and Type | Method and Description |
---|---|
RoutePolicy |
RoutePolicy.clone() |
RoutePolicy |
RoutePolicy.encodeFingerprint(byte[] fingerprint)
A fingerprint for the Route Policy being applied to this Router, which is essentially a hash of
the Route Policy used for optimistic locking.
|
RoutePolicy |
RoutersGetRoutePolicyResponse.getResource() |
RoutePolicy |
RoutePolicy.set(String fieldName,
Object value) |
RoutePolicy |
RoutePolicy.setDescription(String description)
An optional description of route policy.
|
RoutePolicy |
RoutePolicy.setFingerprint(String fingerprint)
A fingerprint for the Route Policy being applied to this Router, which is essentially a hash of
the Route Policy used for optimistic locking.
|
RoutePolicy |
RoutePolicy.setName(String name)
Route Policy name, which must be a resource ID segment and unique within all the router's Route
Policies.
|
RoutePolicy |
RoutePolicy.setTerms(List<RoutePolicyPolicyTerm> terms)
List of terms (the order in the list is not important, they are evaluated in order of
priority).
|
RoutePolicy |
RoutePolicy.setType(String type) |
Modifier and Type | Method and Description |
---|---|
List<RoutePolicy> |
RoutersListRoutePolicies.getResult()
[Output Only] A list of route policies.
|
Modifier and Type | Method and Description |
---|---|
RoutersGetRoutePolicyResponse |
RoutersGetRoutePolicyResponse.setResource(RoutePolicy resource) |
Modifier and Type | Method and Description |
---|---|
RoutersListRoutePolicies |
RoutersListRoutePolicies.setResult(List<RoutePolicy> result)
[Output Only] A list of route policies.
|
Copyright © 2011–2025 Google. All rights reserved.