nodes_guest_attributes
Creates, updates, deletes, gets or lists a nodes_guest_attributes
resource.
Overview
Name | nodes_guest_attributes |
Type | Resource |
Id | google.tpu.nodes_guest_attributes |
Fields
Name | Datatype | Description |
---|---|---|
guestAttributes | array | The guest attributes for the TPU workers. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_guest_attributes | SELECT | locationsId, nodesId, projectsId | Retrieves the guest attributes for the node. |
SELECT
examples
Retrieves the guest attributes for the node.
SELECT
guestAttributes
FROM google.tpu.nodes_guest_attributes
WHERE locationsId = '{{ locationsId }}'
AND nodesId = '{{ nodesId }}'
AND projectsId = '{{ projectsId }}';