GoogleApi.NetworkConnectivity.V1.Model.Group (google_api_network_connectivity v0.12.0)
View SourceA group represents a subset of spokes attached to a hub.
Attributes
-
autoAccept
(type:GoogleApi.NetworkConnectivity.V1.Model.AutoAccept.t
, default:nil
) - Optional. The auto-accept setting for this group. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The time the group was created. -
description
(type:String.t
, default:nil
) - Optional. The description of the group. -
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 group. Group names must be unique. They use the following form:projects/{project_number}/locations/global/hubs/{hub}/groups/{group_id}
-
routeTable
(type:String.t
, default:nil
) - Output only. The name of the route table that corresponds to this group. They use the following form:projects/{project_number}/locations/global/hubs/{hub_id}/routeTables/{route_table_id}
-
state
(type:String.t
, default:nil
) - Output only. The current lifecycle state of this group. -
uid
(type:String.t
, default:nil
) - Output only. The Google-generated UUID for the group. This value is unique across all group resources. If a group is deleted and another with the same name is created, the new route table is assigned a different unique_id. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The time the group was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.Group{ autoAccept: GoogleApi.NetworkConnectivity.V1.Model.AutoAccept.t() | nil, createTime: DateTime.t() | nil, description: String.t() | nil, labels: map() | nil, name: String.t() | nil, routeTable: String.t() | nil, state: String.t() | nil, uid: String.t() | nil, updateTime: DateTime.t() | nil }