Class CreateAzureNodePoolRequest (0.2.1)

CreateAzureNodePoolRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for AzureClusters.CreateAzureNodePool method.

Attributes

NameDescription
parent str
Required. The AzureCluster resource where this node pool will be created. Location names are formatted as ``projects/
azure_node_pool google.cloud.gke_multicloud_v1.types.AzureNodePool
Required. The specification of the AzureNodePool to create.
azure_node_pool_id str
Required. A client provided ID the resource. Must be unique within the parent resource. The provided ID will be part of the AzureNodePool resource name formatted as ``projects/
validate_only bool
If set, only validate the request, but do not actually create the node pool.

Inheritance

builtins.object > proto.message.Message > CreateAzureNodePoolRequest