REST Resource: projects.locations.global.hubs.routeTables

Resource: RouteTable

JSON representation
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "description": string,
  "uid": string,
  "state": enum (State)
}
Fields
name

string

Immutable. The name of the route table. Route table names must be unique. They use the following form: projects/{projectNumber}/locations/global/hubs/{hub}/routeTables/{route_table_id}

createTime

string (Timestamp format)

Output only. The time the route table was created.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. The time the route table was last updated.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

labels

map (key: string, value: string)

Optional labels in key-value pair format. For more information about labels, see Requirements for labels.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

description

string

An optional description of the route table.

uid

string

Output only. The Google-generated UUID for the route table. This value is unique across all route table resources. If a route table is deleted and another with the same name is created, the new route table is assigned a different uid.

state

enum (State)

Output only. The current lifecycle state of this route table.

Methods

get

Gets details about a Network Connectivity Center route table.

list

Lists route tables in a given hub.