Class: Google::Cloud::Compute::V1::GuestAttributes
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GuestAttributes
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A guest attributes entry.
Instance Attribute Summary collapse
-
#kind ⇒ ::String
[Output Only] Type of the resource.
-
#query_path ⇒ ::String
The path to be queried.
-
#query_value ⇒ ::Google::Cloud::Compute::V1::GuestAttributesValue
[Output Only] The value of the requested queried path.
-
#self_link ⇒ ::String
[Output Only] Server-defined URL for this resource.
-
#variable_key ⇒ ::String
The key to search for.
-
#variable_value ⇒ ::String
[Output Only] The value found for the requested key.
Instance Attribute Details
#kind ⇒ ::String
Returns [Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
10881 10882 10883 10884 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10881 class GuestAttributes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query_path ⇒ ::String
Returns The path to be queried. This can be the default namespace ('') or a nested namespace ('\/') or a specified key ('\/\').
10881 10882 10883 10884 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10881 class GuestAttributes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query_value ⇒ ::Google::Cloud::Compute::V1::GuestAttributesValue
Returns [Output Only] The value of the requested queried path.
10881 10882 10883 10884 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10881 class GuestAttributes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#self_link ⇒ ::String
Returns [Output Only] Server-defined URL for this resource.
10881 10882 10883 10884 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10881 class GuestAttributes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#variable_key ⇒ ::String
Returns The key to search for.
10881 10882 10883 10884 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10881 class GuestAttributes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#variable_value ⇒ ::String
Returns [Output Only] The value found for the requested key.
10881 10882 10883 10884 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10881 class GuestAttributes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |