Anthos Multi-Cloud v1 API - Class AttachedClusterGroup (2.5.0)

public sealed class AttachedClusterGroup : IMessage<AttachedClusterGroup>, IEquatable<AttachedClusterGroup>, IDeepCloneable<AttachedClusterGroup>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AttachedClusterGroup.

Identities of a group-type subject for Attached clusters.

Inheritance

object > AttachedClusterGroup

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AttachedClusterGroup()

public AttachedClusterGroup()

AttachedClusterGroup(AttachedClusterGroup)

public AttachedClusterGroup(AttachedClusterGroup other)
Parameter
NameDescription
otherAttachedClusterGroup

Properties

Group

public string Group { get; set; }

Required. The name of the group, e.g. my-group@domain.com.

Property Value
TypeDescription
string