Class GuestAttributes (1.0.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. This field is a member of oneof_ _kind.
query_path str
The path to be queried. This can be the default namespace ('') or a nested namespace ('\/') or a specified key ('\/\'). This field is a member of oneof_ _query_path.
query_value google.cloud.compute_v1.types.GuestAttributesValue
[Output Only] The value of the requested queried path. This field is a member of oneof_ _query_value.
self_link str
[Output Only] Server-defined URL for this resource. This field is a member of oneof_ _self_link.
variable_key str
The key to search for. This field is a member of oneof_ _variable_key.
variable_value str
[Output Only] The value found for the requested key. This field is a member of oneof_ _variable_value.