Class GuestAttributes (0.1.0)

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

A guest attributes entry.

Attributes

NameDescription
kind str
[Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
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.