AwsNodeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Parameters that describe the nodes in a cluster.
Attributes
Name | Description |
instance_type |
str
Optional. The AWS instance type. When unspecified, it uses a default based on the node pool's version. |
root_volume |
google.cloud.gke_multicloud_v1.types.AwsVolumeTemplate
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. |
taints |
Sequence[google.cloud.gke_multicloud_v1.types.NodeTaint]
Optional. The initial taints assigned to nodes of this node pool. |
labels |
Mapping[str, str]
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" }. |
tags |
Mapping[str, str]
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. |
iam_instance_profile |
str
Required. The name or ARN of the AWS IAM role assigned to nodes in the pool. |
image_type |
str
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``. |
ssh_config |
google.cloud.gke_multicloud_v1.types.AwsSshConfig
Optional. The SSH configuration. |
security_group_ids |
Sequence[str]
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. |
proxy_config |
google.cloud.gke_multicloud_v1.types.AwsProxyConfig
Optional. Proxy configuration for outbound HTTP(S) traffic. |
config_encryption |
google.cloud.gke_multicloud_v1.types.AwsConfigEncryption
Required. Config encryption for user data. |
instance_placement |
google.cloud.gke_multicloud_v1.types.AwsInstancePlacement
Optional. Placement related info for this node. When unspecified, the VPC's default tenancy will be used. |
Inheritance
builtins.object > proto.message.Message > AwsNodeConfigClasses
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict, `.Message`]
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
TagsEntry
TagsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict, `.Message`]
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |