Compute Engine v1 API - Class GetRegionDiskTypeRequest (2.13.0)

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

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

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

Inheritance

object > GetRegionDiskTypeRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetRegionDiskTypeRequest()

public GetRegionDiskTypeRequest()

GetRegionDiskTypeRequest(GetRegionDiskTypeRequest)

public GetRegionDiskTypeRequest(GetRegionDiskTypeRequest other)
Parameter
NameDescription
otherGetRegionDiskTypeRequest

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

Region

public string Region { get; set; }

The name of the region for this request.

Property Value
TypeDescription
string