public sealed class AttachedClusterGroup : IMessage<AttachedClusterGroup>, IEquatable<AttachedClusterGroup>, IDeepCloneable<AttachedClusterGroup>, IBufferMessage, IMessageReference documentation and code samples for the Anthos Multi-Cloud v1 API class AttachedClusterGroup.
Identities of a group-type subject for Attached clusters.
Implements
IMessageAttachedClusterGroup, IEquatableAttachedClusterGroup, IDeepCloneableAttachedClusterGroup, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AttachedClusterGroup()
public AttachedClusterGroup()AttachedClusterGroup(AttachedClusterGroup)
public AttachedClusterGroup(AttachedClusterGroup other)| Parameter | |
|---|---|
| Name | Description |
other |
AttachedClusterGroup |
Properties
Group
public string Group { get; set; }Required. The name of the group, e.g. my-group@domain.com.
| Property Value | |
|---|---|
| Type | Description |
string |
|