Resource: Route
The Route resource is the child of the PrivateConnection resource. It used to define a route for a PrivateConnection setup.
| JSON representation |
|---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "displayName": string, "destinationAddress": string, "destinationPort": integer } |
| Fields | |
|---|---|
name |
Output only. The resource's name. |
createTime |
Output only. The create time of the resource. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The update time of the resource. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Labels. An object containing a list of |
displayName |
Required. Display name. |
destinationAddress |
Required. Destination address for connection |
destinationPort |
Destination port for connection |
Methods |
|
|---|---|
(deprecated) |
Use this method to create a route for a private connectivity in a project and location. |
(deprecated) |
Use this method to delete a route. |
(deprecated) |
Use this method to get details about a route. |
(deprecated) |
Use this method to list routes created for a private connectivity in a project and location. |