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

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

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

Identities of a group-type subject for AWS clusters.

Inheritance

object > AwsClusterGroup

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AwsClusterGroup()

public AwsClusterGroup()

AwsClusterGroup(AwsClusterGroup)

public AwsClusterGroup(AwsClusterGroup other)
Parameter
NameDescription
otherAwsClusterGroup

Properties

Group

public string Group { get; set; }

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

Property Value
TypeDescription
string