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