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.
Implements
IMessageAwsControlPlane, IEquatableAwsControlPlane, IDeepCloneableAwsControlPlane, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AwsControlPlane()
public AwsControlPlane()
AwsControlPlane(AwsControlPlane)
public AwsControlPlane(AwsControlPlane other)
Parameter | |
---|---|
Name | Description |
other |
AwsControlPlane |
Properties
AwsServicesAuthentication
public AwsServicesAuthentication AwsServicesAuthentication { get; set; }
Required. Authentication configuration for management of AWS resources.
Property Value | |
---|---|
Type | Description |
AwsServicesAuthentication |
ConfigEncryption
public AwsConfigEncryption ConfigEncryption { get; set; }
Required. Config encryption for user data.
Property Value | |
---|---|
Type | Description |
AwsConfigEncryption |
DatabaseEncryption
public AwsDatabaseEncryption DatabaseEncryption { get; set; }
Required. The ARN of the AWS KMS key used to encrypt cluster secrets.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
AwsVolumeTemplate |
ProxyConfig
public AwsProxyConfig ProxyConfig { get; set; }
Optional. Proxy configuration for outbound HTTP(S) traffic.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldstring |
SshConfig
public AwsSshConfig SshConfig { get; set; }
Optional. SSH configuration for how to access the underlying control plane machines.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |