public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetInstanceRequest.
A request message for Instances.Get. See the method description for details.
Implements
IMessageGetInstanceRequest, IEquatableGetInstanceRequest, IDeepCloneableGetInstanceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetInstanceRequest()
public GetInstanceRequest()GetInstanceRequest(GetInstanceRequest)
public GetInstanceRequest(GetInstanceRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GetInstanceRequest | 
      
Properties
Instance
public string Instance { get; set; }Name of the instance resource to return.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
Zone
public string Zone { get; set; }The name of the zone for this request.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |