Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::GuestAttributes (v1.5.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::GuestAttributes.

A guest attributes entry.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#kind

def kind() -> ::String
Returns
  • (::String) — [Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.

#kind=

def kind=(value) -> ::String
Parameter
  • value (::String) — [Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
Returns
  • (::String) — [Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.

#query_path

def query_path() -> ::String
Returns
  • (::String) — The path to be queried. This can be the default namespace ('') or a nested namespace ('\/') or a specified key ('\/\').

#query_path=

def query_path=(value) -> ::String
Parameter
  • value (::String) — The path to be queried. This can be the default namespace ('') or a nested namespace ('\/') or a specified key ('\/\').
Returns
  • (::String) — The path to be queried. This can be the default namespace ('') or a nested namespace ('\/') or a specified key ('\/\').

#query_value

def query_value() -> ::Google::Cloud::Compute::V1::GuestAttributesValue
Returns

#query_value=

def query_value=(value) -> ::Google::Cloud::Compute::V1::GuestAttributesValue
Parameter
Returns
def self_link() -> ::String
Returns
  • (::String) — [Output Only] Server-defined URL for this resource.
def self_link=(value) -> ::String
Parameter
  • value (::String) — [Output Only] Server-defined URL for this resource.
Returns
  • (::String) — [Output Only] Server-defined URL for this resource.

#variable_key

def variable_key() -> ::String
Returns
  • (::String) — The key to search for.

#variable_key=

def variable_key=(value) -> ::String
Parameter
  • value (::String) — The key to search for.
Returns
  • (::String) — The key to search for.

#variable_value

def variable_value() -> ::String
Returns
  • (::String) — [Output Only] The value found for the requested key.

#variable_value=

def variable_value=(value) -> ::String
Parameter
  • value (::String) — [Output Only] The value found for the requested key.
Returns
  • (::String) — [Output Only] The value found for the requested key.