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.
Implements
IMessage<GetGuestAttributesInstanceRequest>, IEquatable<GetGuestAttributesInstanceRequest>, IDeepCloneable<GetGuestAttributesInstanceRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetGuestAttributesInstanceRequest()
public GetGuestAttributesInstanceRequest()
GetGuestAttributesInstanceRequest(GetGuestAttributesInstanceRequest)
public GetGuestAttributesInstanceRequest(GetGuestAttributesInstanceRequest other)
Parameter | |
---|---|
Name | Description |
other | GetGuestAttributesInstanceRequest |
Properties
HasQueryPath
public bool HasQueryPath { get; }
Gets whether the "query_path" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasVariableKey
public bool HasVariableKey { get; }
Gets whether the "variable_key" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
Instance
public string Instance { get; set; }
Name of the instance scoping this request.
Property Value | |
---|---|
Type | Description |
String |
Project
public string Project { get; set; }
Project ID for this request.
Property Value | |
---|---|
Type | Description |
String |
QueryPath
public string QueryPath { get; set; }
Specifies the guest attributes path to be queried.
Property Value | |
---|---|
Type | Description |
String |
VariableKey
public string VariableKey { get; set; }
Specifies the key for the guest attributes entry.
Property Value | |
---|---|
Type | Description |
String |
Zone
public string Zone { get; set; }
The name of the zone for this request.
Property Value | |
---|---|
Type | Description |
String |