Class RouteTable (2.4.2)

RouteTable(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
name str
Immutable. The name of the route table. Route table names must be unique. They use the following form: projects/{project_number}/locations/global/hubs/{hub}/routeTables/{route_table_id}
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the route table was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the route table was last updated.
labels MutableMapping[str, str]
Optional labels in key-value pair format. For more information about labels, see `Requirements for labels
description str
An optional description of the route table.
uid str
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 google.cloud.networkconnectivity_v1.types.State
Output only. The current lifecycle state of this route table.

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.