public sealed class Group : IMessage<Group>, IEquatable<Group>, IDeepCloneable<Group>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1 API class Group.
A group represents a subset of spokes attached to a hub.
Namespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
Group()
public Group()
Group(Group)
public Group(Group other)
Parameter | |
---|---|
Name | Description |
other | Group |
Properties
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 |
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 |