Anthos Multi-Cloud v1 API - Class AwsNodeConfig (2.0.0)

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

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

Parameters that describe the nodes in a cluster.

Inheritance

Object > AwsNodeConfig

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AwsNodeConfig()

public AwsNodeConfig()

AwsNodeConfig(AwsNodeConfig)

public AwsNodeConfig(AwsNodeConfig other)
Parameter
NameDescription
otherAwsNodeConfig

Properties

ConfigEncryption

public AwsConfigEncryption ConfigEncryption { get; set; }

Required. Config encryption for user data.

Property Value
TypeDescription
AwsConfigEncryption

IamInstanceProfile

public string IamInstanceProfile { get; set; }

Required. The name or ARN of the AWS IAM role assigned to nodes in the pool.

Property Value
TypeDescription
String

ImageType

public string ImageType { get; set; }

Optional. The OS image type to use on node pool instances. Can have a value of ubuntu, or windows if the cluster enables the Windows node pool preview feature.

When unspecified, it defaults to ubuntu.

Property Value
TypeDescription
String

InstancePlacement

public AwsInstancePlacement InstancePlacement { get; set; }

Optional. Placement related info for this node. 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 node pool's version.

Property Value
TypeDescription
String

Labels

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

Optional. The initial labels assigned to nodes of this node pool. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

Property Value
TypeDescription
MapField<String, String>

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. Template for the root volume provisioned for node pool nodes. Volumes will be provisioned in the availability zone assigned to the node pool 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 nodes in this pool. The manager will automatically create security groups with minimum rules needed for a functioning cluster.

Property Value
TypeDescription
RepeatedField<String>

SshConfig

public AwsSshConfig SshConfig { get; set; }

Optional. The SSH configuration.

Property Value
TypeDescription
AwsSshConfig

Tags

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

Optional. Key/value metadata to assign to each underlying AWS resource. 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
MapField<String, String>

Taints

public RepeatedField<NodeTaint> Taints { get; }

Optional. The initial taints assigned to nodes of this node pool.

Property Value
TypeDescription
RepeatedField<NodeTaint>