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