Compute Engine v1 API - Class GetDiskTypeRequest (2.15.0)

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

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

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

Inheritance

object > GetDiskTypeRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetDiskTypeRequest()

public GetDiskTypeRequest()

GetDiskTypeRequest(GetDiskTypeRequest)

public GetDiskTypeRequest(GetDiskTypeRequest other)
Parameter
NameDescription
otherGetDiskTypeRequest

Properties

DiskType

public string DiskType { get; set; }

Name of the disk type 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