Class Google::Cloud::Compute::V1::GetGuestAttributesInstanceRequest (v1.1.0)

A request message for Instances.GetGuestAttributes. See the method description for details.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#instance

def instance() -> ::String
Returns
  • (::String) — Name of the instance scoping this request.

#instance=

def instance=(value) -> ::String
Parameter
  • value (::String) — Name of the instance scoping this request.
Returns
  • (::String) — Name of the instance scoping this request.

#project

def project() -> ::String
Returns
  • (::String) — Project ID for this request.

#project=

def project=(value) -> ::String
Parameter
  • value (::String) — Project ID for this request.
Returns
  • (::String) — Project ID for this request.

#query_path

def query_path() -> ::String
Returns
  • (::String) — Specifies the guest attributes path to be queried.

#query_path=

def query_path=(value) -> ::String
Parameter
  • value (::String) — Specifies the guest attributes path to be queried.
Returns
  • (::String) — Specifies the guest attributes path to be queried.

#variable_key

def variable_key() -> ::String
Returns
  • (::String) — Specifies the key for the guest attributes entry.

#variable_key=

def variable_key=(value) -> ::String
Parameter
  • value (::String) — Specifies the key for the guest attributes entry.
Returns
  • (::String) — Specifies the key for the guest attributes entry.

#zone

def zone() -> ::String
Returns
  • (::String) — The name of the zone for this request.

#zone=

def zone=(value) -> ::String
Parameter
  • value (::String) — The name of the zone for this request.
Returns
  • (::String) — The name of the zone for this request.