GoogleApi.NetworkConnectivity.V1.Model.RouteTable (google_api_network_connectivity v0.12.0)

View Source

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The time the route table was created.
  • description (type: String.t, default: nil) - An optional description of the route table.
  • labels (type: map(), default: nil) - Optional labels in key-value pair format. For more information about labels, see Requirements for labels.
  • name (type: String.t, default: nil) - 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}
  • state (type: String.t, default: nil) - Output only. The current lifecycle state of this route table.
  • uid (type: String.t, default: nil) - 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.
  • updateTime (type: DateTime.t, default: nil) - Output only. The time the route table was last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.RouteTable{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  state: String.t() | nil,
  uid: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.