Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class Group.
A group represents a subset of spokes attached to a hub.
Generated from protobuf message google.cloud.networkconnectivity.v1.Group
Namespace
Google \ Cloud \ NetworkConnectivity \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
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}
↳ create_time
↳ update_time
↳ labels
array| Google\Protobuf\Internal\MapField
Optional. Labels in key-value pair format. For more information about labels, see Requirements for labels .
↳ description
string
Optional. The description of the group.
↳ uid
string
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.
↳ state
int
Output only. The current lifecycle state of this group.
getName
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}
string
setName
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}
var
string
$this
getCreateTime
Output only. The time the group was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time the group was created.
$this
getUpdateTime
Output only. The time the group was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The time the group was last updated.
$this
getLabels
Optional. Labels in key-value pair format. For more information about labels, see Requirements for labels .
setLabels
Optional. Labels in key-value pair format. For more information about labels, see Requirements for labels .
$this
getDescription
Optional. The description of the group.
string
setDescription
Optional. The description of the group.
var
string
$this
getUid
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.
string
setUid
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.
var
string
$this
getState
Output only. The current lifecycle state of this group.
int
setState
Output only. The current lifecycle state of this group.
var
int
$this