public sealed class Group : IMessage<Group>, IEquatable<Group>, IDeepCloneable<Group>, IBufferMessage, IMessageReference documentation and code samples for the Network Connectivity v1beta API class Group.
A group represents a subset of spokes attached to a hub.
Namespace
Google.Cloud.NetworkConnectivity.V1BetaAssembly
Google.Cloud.NetworkConnectivity.V1Beta.dll
Constructors
Group()
public Group()Group(Group)
public Group(Group other)| Parameter | |
|---|---|
| Name | Description |
other |
Group |
Properties
AutoAccept
public AutoAccept AutoAccept { get; set; }Optional. The auto-accept setting for this group.
| Property Value | |
|---|---|
| Type | Description |
AutoAccept |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time the group was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Description
public string Description { get; set; }Optional. The description of the group.
| Property Value | |
|---|---|
| Type | Description |
string |
|
GroupName
public GroupName GroupName { get; set; }| Property Value | |
|---|---|
| Type | Description |
GroupName |
|
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 group. Group names must be unique. They
use the following form:
projects/{project_number}/locations/global/hubs/{hub}/groups/{group_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
RouteTable
public string RouteTable { get; set; }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}
| Property Value | |
|---|---|
| Type | Description |
string |
|
RouteTableAsRouteTableName
public RouteTableName RouteTableAsRouteTableName { get; set; }RouteTableName-typed view over the RouteTable resource name property.
| Property Value | |
|---|---|
| Type | Description |
RouteTableName |
|
State
public State State { get; set; }Output only. The current lifecycle state of this group.
| Property Value | |
|---|---|
| Type | Description |
State |
|
Uid
public string Uid { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The time the group was last updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|