Compute Engine v1 API - Class GetGuestAttributesInstanceRequest (2.15.0)

public sealed class GetGuestAttributesInstanceRequest : IMessage<GetGuestAttributesInstanceRequest>, IEquatable<GetGuestAttributesInstanceRequest>, IDeepCloneable<GetGuestAttributesInstanceRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class GetGuestAttributesInstanceRequest.

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

Inheritance

object > GetGuestAttributesInstanceRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetGuestAttributesInstanceRequest()

public GetGuestAttributesInstanceRequest()

GetGuestAttributesInstanceRequest(GetGuestAttributesInstanceRequest)

public GetGuestAttributesInstanceRequest(GetGuestAttributesInstanceRequest other)
Parameter
NameDescription
otherGetGuestAttributesInstanceRequest

Properties

HasQueryPath

public bool HasQueryPath { get; }

Gets whether the "query_path" field is set

Property Value
TypeDescription
bool

HasVariableKey

public bool HasVariableKey { get; }

Gets whether the "variable_key" field is set

Property Value
TypeDescription
bool

Instance

public string Instance { get; set; }

Name of the instance scoping this request.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

QueryPath

public string QueryPath { get; set; }

Specifies the guest attributes path to be queried.

Property Value
TypeDescription
string

VariableKey

public string VariableKey { get; set; }

Specifies the key for the guest attributes entry.

Property Value
TypeDescription
string

Zone

public string Zone { get; set; }

The name of the zone for this request.

Property Value
TypeDescription
string