public sealed class GetDiskTypeRequest : IMessage<GetDiskTypeRequest>, IEquatable<GetDiskTypeRequest>, IDeepCloneable<GetDiskTypeRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetDiskTypeRequest.
A request message for DiskTypes.Get. See the method description for details.
Implements
IMessageGetDiskTypeRequest, IEquatableGetDiskTypeRequest, IDeepCloneableGetDiskTypeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetDiskTypeRequest()
public GetDiskTypeRequest()GetDiskTypeRequest(GetDiskTypeRequest)
public GetDiskTypeRequest(GetDiskTypeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetDiskTypeRequest |
Properties
DiskType
public string DiskType { get; set; }Name of the disk 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 |
|