public sealed class RouteTable : IMessage<RouteTable>, IEquatable<RouteTable>, IDeepCloneable<RouteTable>, IBufferMessage, IMessage
Implements
IMessageRouteTable, IEquatableRouteTable, IDeepCloneableRouteTable, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
RouteTable()
public RouteTable()
RouteTable(RouteTable)
public RouteTable(RouteTable other)
Parameter | |
---|---|
Name | Description |
other |
RouteTable |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time the route table was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
An optional description of the route table.
Property Value | |
---|---|
Type | Description |
string |
Labels
public MapField<string, string> Labels { get; }
Optional labels in key-value pair format. For more information about labels, see Requirements for labels.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Name
public string Name { get; set; }
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}
Property Value | |
---|---|
Type | Description |
string |
RouteTableName
public RouteTableName RouteTableName { get; set; }
RouteTableName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
RouteTableName |
State
public State State { get; set; }
Output only. The current lifecycle state of this route table.
Property Value | |
---|---|
Type | Description |
State |
Uid
public string Uid { get; set; }
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
.
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time the route table was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |