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
IMessageAwsNodeConfig, IEquatableAwsNodeConfig, IDeepCloneableAwsNodeConfig, 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 be unspecified, or have a value of ubuntu
.
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 EC2 instance type when creating on-Demand instances.
If unspecified during node pool creation, a default will be chosen based on the node pool version, and assigned to this field.
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 |
MapFieldstringstring |
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 |
RepeatedFieldstring |
SpotConfig
public SpotConfig SpotConfig { get; set; }
Optional. Configuration for provisioning EC2 Spot instances
When specified, the node pool will provision Spot instances from the set
of spot_config.instance_types.
This field is mutually exclusive with instance_type
.
Property Value | |
---|---|
Type | Description |
SpotConfig |
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 |
MapFieldstringstring |
Taints
public RepeatedField<NodeTaint> Taints { get; }
Optional. The initial taints assigned to nodes of this node pool.
Property Value | |
---|---|
Type | Description |
RepeatedFieldNodeTaint |