Compute Engine v1 API - Class GetDiskRequest (2.15.0)

public sealed class GetDiskRequest : IMessage<GetDiskRequest>, IEquatable<GetDiskRequest>, IDeepCloneable<GetDiskRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class GetDiskRequest.

A request message for Disks.Get. See the method description for details.

Inheritance

object > GetDiskRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetDiskRequest()

public GetDiskRequest()

GetDiskRequest(GetDiskRequest)

public GetDiskRequest(GetDiskRequest other)
Parameter
NameDescription
otherGetDiskRequest

Properties

Disk

public string Disk { get; set; }

Name of the persistent disk to return.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

Zone

public string Zone { get; set; }

The name of the zone for this request.

Property Value
TypeDescription
string