public sealed class GetAcceleratorTypeRequest : IMessage<GetAcceleratorTypeRequest>, IEquatable<GetAcceleratorTypeRequest>, IDeepCloneable<GetAcceleratorTypeRequest>, IBufferMessage, IMessageA request message for AcceleratorTypes.Get. See the method description for details.
Implements
IMessage<GetAcceleratorTypeRequest>, IEquatable<GetAcceleratorTypeRequest>, IDeepCloneable<GetAcceleratorTypeRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetAcceleratorTypeRequest()
public GetAcceleratorTypeRequest()GetAcceleratorTypeRequest(GetAcceleratorTypeRequest)
public GetAcceleratorTypeRequest(GetAcceleratorTypeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetAcceleratorTypeRequest |
Properties
AcceleratorType
public string AcceleratorType { get; set; }Name of the accelerator type 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 |
|