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.
Implements
IMessage<AwsNodeConfig>, IEquatable<AwsNodeConfig>, IDeepCloneable<AwsNodeConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AwsNodeConfig()
public AwsNodeConfig()
AwsNodeConfig(AwsNodeConfig)
public AwsNodeConfig(AwsNodeConfig other)
Parameter | |
---|---|
Name | Description |
other | AwsNodeConfig |
Properties
AutoscalingMetricsCollection
public AwsAutoscalingGroupMetricsCollection AutoscalingMetricsCollection { get; set; }
Optional. Configuration related to CloudWatch metrics collection on the Auto Scaling group of the node pool.
When unspecified, metrics collection is disabled.
Property Value | |
---|---|
Type | Description |
AwsAutoscalingGroupMetricsCollection |
ConfigEncryption
public AwsConfigEncryption ConfigEncryption { get; set; }
Required. Config encryption for user data.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
MapField<String, String> |
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. 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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedField<String> |
SshConfig
public AwsSshConfig SshConfig { get; set; }
Optional. The SSH configuration.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
MapField<String, String> |
Taints
public RepeatedField<NodeTaint> Taints { get; }
Optional. The initial taints assigned to nodes of this node pool.
Property Value | |
---|---|
Type | Description |
RepeatedField<NodeTaint> |