Class GuestAttributes (0.5.0)

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

A guest attributes entry. .. attribute:: kind

[Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.

:type: str

Attributes

NameDescription
query_path str
The path to be queried. This can be the default namespace ('/') or a nested namespace ('/\/') or a specified key ('/\/\')
query_value google.cloud.compute_v1.types.GuestAttributesValue
[Output Only] The value of the requested queried path.
self_link str
[Output Only] Server-defined URL for this resource.
variable_key str
The key to search for.
variable_value str
[Output Only] The value found for the requested key.