Resource: Route
The route resource is the child of the private connection resource, used for defining a route for a private connection.
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 |
|
---|---|
|
Use this method to create a route for a private connectivity configuration in a project and location. |
|
Use this method to delete a route. |
|
Use this method to get details about a route. |
|
Use this method to list routes created for a private connectivity configuration in a project and location. |