Resource: GatewayAdvertisedRoute
A gateway advertised route is a route that a gateway spoke advertises somewhere.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "description": string, "uniqueId": string, "state": enum ( |
Fields | |
---|---|
name |
Identifier. The name of the gateway advertised route. Route names must be unique and use the following form: |
createTime |
Output only. The time the gateway advertised route was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The time the gateway advertised route was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels |
Optional labels in key-value pair format. For more information about labels, see Requirements for labels. An object containing a list of |
description |
An optional description of the gateway advertised route. |
uniqueId |
Output only. The Google-generated UUID for the gateway advertised route. This value is unique across all gateway advertised route resources. If a gateway advertised route is deleted and another with the same name is created, the new route is assigned a different |
state |
Output only. The current lifecycle state of this gateway advertised route. |
ipRange |
Immutable. This route's advertised IP address range. Must be a valid CIDR-formatted prefix. If an IP address is provided without a subnet mask, it is interpreted as, for IPv4, a |
recipient |
Optional. The recipient of this advertised route. |
priority |
Optional. The priority of this advertised route. You can choose a value from |
Recipient
The recipient of an advertised route.
Enums | |
---|---|
RECIPIENT_UNSPECIFIED |
No recipient specified. By default routes are advertised to the hub. |
ADVERTISE_TO_HUB |
Advertises a route toward the hub. Other spokes reachable from this spoke will receive the route. |
Methods |
|
---|---|
|
Create a GatewayAdvertisedRoute |
|
Delete a GatewayAdvertisedRoute |
|
Get a GatewayAdvertisedRoute |
|
List GatewayAdvertisedRoutes |
|
Update a GatewayAdvertisedRoute |