Skip to main content

nodes_guest_attributes

Creates, updates, deletes, gets or lists a nodes_guest_attributes resource.

Overview

Namenodes_guest_attributes
TypeResource
Idgoogle.tpu.nodes_guest_attributes

Fields

NameDatatypeDescription
guestAttributesarrayThe guest attributes for the TPU workers.

Methods

NameAccessible byRequired ParamsDescription
get_guest_attributesSELECTlocationsId, nodesId, projectsIdRetrieves 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 }}';