Resource: Group
A group represents a subset of spokes attached to a hub.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "description": string, "uid": string, "state": enum ( |
Fields | |
---|---|
name |
Immutable. The name of the group. Group names must be unique. They use the following form: |
createTime |
Output only. The time the group was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The time the group was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Optional. Labels in key-value pair format. For more information about labels, see Requirements for labels. An object containing a list of |
description |
Optional. The description of the group. |
uid |
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 uniqueId. |
state |
Output only. The current lifecycle state of this group. |
autoAccept |
Optional. The auto-accept setting for this group. |
routeTable |
Output only. The name of the route table that corresponds to this group. They use the following form: |
AutoAccept
The auto-accept setting for a group controls whether proposed spokes are automatically attached to the hub. If auto-accept is enabled, the spoke immediately is attached to the hub and becomes part of the group. In this case, the new spoke is in the ACTIVE state. If auto-accept is disabled, the spoke goes to the INACTIVE state, and it must be reviewed and accepted by a hub administrator.
JSON representation |
---|
{ "autoAcceptProjects": [ string ] } |
Fields | |
---|---|
autoAcceptProjects[] |
A list of project ids or project numbers for which you want to enable auto-accept. The auto-accept setting is applied to spokes being created or updated in these projects. |
Methods |
|
---|---|
|
Gets details about a Network Connectivity Center group. |
|
Gets the access control policy for a resource. |
|
Lists groups in a given hub. |
|
Updates the parameters of a Network Connectivity Center group. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |