Anthos Multi-Cloud v1 API - Class AwsCluster (2.1.0)

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

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

An Anthos cluster running on AWS.

Inheritance

Object > AwsCluster

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AwsCluster()

public AwsCluster()

AwsCluster(AwsCluster)

public AwsCluster(AwsCluster other)
Parameter
NameDescription
otherAwsCluster

Properties

Annotations

public MapField<string, string> Annotations { get; }

Optional. Annotations on the cluster.

This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.

Property Value
TypeDescription
MapField<String, String>

Authorization

public AwsAuthorization Authorization { get; set; }

Required. Configuration related to the cluster RBAC settings.

Property Value
TypeDescription
AwsAuthorization

AwsClusterName

public AwsClusterName AwsClusterName { get; set; }

AwsClusterName-typed view over the Name resource name property.

Property Value
TypeDescription
AwsClusterName

AwsRegion

public string AwsRegion { get; set; }

Required. The AWS region where the cluster runs.

Each Google Cloud region supports a subset of nearby AWS regions. You can call [GetAwsServerConfig][google.cloud.gkemulticloud.v1.AwsClusters.GetAwsServerConfig] to list all supported AWS regions within a given Google Cloud region.

Property Value
TypeDescription
String

ClusterCaCertificate

public string ClusterCaCertificate { get; set; }

Output only. PEM encoded x509 certificate of the cluster root of trust.

Property Value
TypeDescription
String

ControlPlane

public AwsControlPlane ControlPlane { get; set; }

Required. Configuration related to the cluster control plane.

Property Value
TypeDescription
AwsControlPlane

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time at which this cluster was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.

Property Value
TypeDescription
String

Endpoint

public string Endpoint { get; set; }

Output only. The endpoint of the cluster's API server.

Property Value
TypeDescription
String

Errors

public RepeatedField<AwsClusterError> Errors { get; }

Output only. A set of errors found in the cluster.

Property Value
TypeDescription
RepeatedField<AwsClusterError>

Etag

public string Etag { get; set; }

Allows clients to perform consistent read-modify-writes through optimistic concurrency control.

Can be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

Property Value
TypeDescription
String

Fleet

public Fleet Fleet { get; set; }

Required. Fleet configuration.

Property Value
TypeDescription
Fleet

LoggingConfig

public LoggingConfig LoggingConfig { get; set; }

Optional. Logging configuration for this cluster.

Property Value
TypeDescription
LoggingConfig

MonitoringConfig

public MonitoringConfig MonitoringConfig { get; set; }

Optional. Monitoring configuration for this cluster.

Property Value
TypeDescription
MonitoringConfig

Name

public string Name { get; set; }

The name of this resource.

Cluster names are formatted as projects/<project-number>/locations/<region>/awsClusters/<cluster-id>.

See Resource Names for more details on GCP resource names.

Property Value
TypeDescription
String

Networking

public AwsClusterNetworking Networking { get; set; }

Required. Cluster-wide networking configuration.

Property Value
TypeDescription
AwsClusterNetworking

Reconciling

public bool Reconciling { get; set; }

Output only. If set, there are currently changes in flight to the cluster.

Property Value
TypeDescription
Boolean

State

public AwsCluster.Types.State State { get; set; }

Output only. The current state of the cluster.

Property Value
TypeDescription
AwsCluster.Types.State

Uid

public string Uid { get; set; }

Output only. A globally unique identifier for the cluster.

Property Value
TypeDescription
String

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time at which this cluster was last updated.

Property Value
TypeDescription
Timestamp

WorkloadIdentityConfig

public WorkloadIdentityConfig WorkloadIdentityConfig { get; set; }

Output only. Workload Identity settings.

Property Value
TypeDescription
WorkloadIdentityConfig