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

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

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

ControlPlane defines common parameters between control plane nodes.

Inheritance

object > AwsControlPlane

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AwsControlPlane()

public AwsControlPlane()

AwsControlPlane(AwsControlPlane)

public AwsControlPlane(AwsControlPlane other)
Parameter
NameDescription
otherAwsControlPlane

Properties

AwsServicesAuthentication

public AwsServicesAuthentication AwsServicesAuthentication { get; set; }

Required. Authentication configuration for management of AWS resources.

Property Value
TypeDescription
AwsServicesAuthentication

ConfigEncryption

public AwsConfigEncryption ConfigEncryption { get; set; }

Required. Config encryption for user data.

Property Value
TypeDescription
AwsConfigEncryption

DatabaseEncryption

public AwsDatabaseEncryption DatabaseEncryption { get; set; }

Required. The ARN of the AWS KMS key used to encrypt cluster secrets.

Property Value
TypeDescription
AwsDatabaseEncryption

IamInstanceProfile

public string IamInstanceProfile { get; set; }

Required. The name or ARN of the AWS IAM instance profile to assign to each control plane replica.

Property Value
TypeDescription
string

InstancePlacement

public AwsInstancePlacement InstancePlacement { get; set; }

Optional. The placement to use on control plane instances. When unspecified, the VPC's default tenancy will be used.

Property Value
TypeDescription
AwsInstancePlacement

InstanceType

public string InstanceType { get; set; }

Optional. The AWS instance type.

When unspecified, it uses a default based on the cluster's version.

Property Value
TypeDescription
string

MainVolume

public AwsVolumeTemplate MainVolume { get; set; }

Optional. Configuration related to the main volume provisioned for each control plane replica. The main volume is in charge of storing all of the cluster's etcd state.

Volumes will be provisioned in the availability zone associated with the corresponding subnet.

When unspecified, it defaults to 8 GiB with the GP2 volume type.

Property Value
TypeDescription
AwsVolumeTemplate

ProxyConfig

public AwsProxyConfig ProxyConfig { get; set; }

Optional. Proxy configuration for outbound HTTP(S) traffic.

Property Value
TypeDescription
AwsProxyConfig

RootVolume

public AwsVolumeTemplate RootVolume { get; set; }

Optional. Configuration related to the root volume provisioned for each control plane replica.

Volumes will be provisioned in the availability zone associated with the corresponding subnet.

When unspecified, it defaults to 32 GiB with the GP2 volume type.

Property Value
TypeDescription
AwsVolumeTemplate

SecurityGroupIds

public RepeatedField<string> SecurityGroupIds { get; }

Optional. The IDs of additional security groups to add to control plane replicas. The Anthos Multi-Cloud API will automatically create and manage security groups with the minimum rules needed for a functioning cluster.

Property Value
TypeDescription
RepeatedFieldstring

SshConfig

public AwsSshConfig SshConfig { get; set; }

Optional. SSH configuration for how to access the underlying control plane machines.

Property Value
TypeDescription
AwsSshConfig

SubnetIds

public RepeatedField<string> SubnetIds { get; }

Required. The list of subnets where control plane replicas will run. A replica will be provisioned on each subnet and up to three values can be provided. Each subnet must be in a different AWS Availability Zone (AZ).

Property Value
TypeDescription
RepeatedFieldstring

Tags

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

Optional. A set of AWS resource tags to propagate to all underlying managed AWS resources.

Specify at most 50 pairs containing alphanumerics, spaces, and symbols (.+-=_:@/). Keys can be up to 127 Unicode characters. Values can be up to 255 Unicode characters.

Property Value
TypeDescription
MapFieldstringstring

Version

public string Version { get; set; }

Required. The Kubernetes version to run on control plane replicas (e.g. 1.19.10-gke.1000).

You can list all supported versions on a given Google Cloud region by calling [GetAwsServerConfig][google.cloud.gkemulticloud.v1.AwsClusters.GetAwsServerConfig].

Property Value
TypeDescription
string