AzureNodeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Parameters that describe the configuration of all node machines on a given node pool.
Attributes |
|
---|---|
Name | Description |
vm_size |
str
Optional. The Azure VM size name. Example: Standard_DS2_v2 .
See `Supported VM
sizes `__
for options.
When unspecified, it defaults to Standard_DS2_v2 .
|
root_volume |
google.cloud.gke_multicloud_v1.types.AzureDiskTemplate
Optional. Configuration related to the root volume provisioned for each node pool machine. When unspecified, it defaults to a 32-GiB Azure Disk. |
tags |
MutableMapping[str, str]
Optional. A set of tags to apply to all underlying Azure resources for this node pool. This currently only includes Virtual Machine Scale Sets. 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. |
image_type |
str
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 .
|
ssh_config |
google.cloud.gke_multicloud_v1.types.AzureSshConfig
Required. SSH configuration for how to access the node pool machines. |
proxy_config |
google.cloud.gke_multicloud_v1.types.AzureProxyConfig
Optional. Proxy configuration for outbound HTTP(S) traffic. |
config_encryption |
google.cloud.gke_multicloud_v1.types.AzureConfigEncryption
Optional. Configuration related to vm config encryption. |
taints |
MutableSequence[google.cloud.gke_multicloud_v1.types.NodeTaint]
Optional. The initial taints assigned to nodes of this node pool. |
labels |
MutableMapping[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" }. |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
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.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
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 |