public sealed class GetGuestAttributesInstanceRequest : IMessage<GetGuestAttributesInstanceRequest>, IEquatable<GetGuestAttributesInstanceRequest>, IDeepCloneable<GetGuestAttributesInstanceRequest>, IBufferMessage, IMessageReference 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
IMessageGetGuestAttributesInstanceRequest, IEquatableGetGuestAttributesInstanceRequest, IDeepCloneableGetGuestAttributesInstanceRequest, 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 |
bool |
|
HasVariableKey
public bool HasVariableKey { get; }Gets whether the "variable_key" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
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 |
|