Show / Hide Table of Contents

Class RegionDiskTypesResource

The "regionDiskTypes" collection of methods.

Inheritance
object
RegionDiskTypesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.beta
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class RegionDiskTypesResource

Constructors

RegionDiskTypesResource(IClientService)

Constructs a new resource.

Declaration
public RegionDiskTypesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string, string, string)

Returns the specified regional disk type.

Declaration
public virtual RegionDiskTypesResource.GetRequest Get(string project, string region, string diskType)
Parameters
Type Name Description
string project

Project ID for this request.

string region

The name of the region for this request.

string diskType

Name of the disk type to return.

Returns
Type Description
RegionDiskTypesResource.GetRequest

List(string, string)

Retrieves a list of regional disk types available to the specified project.

Declaration
public virtual RegionDiskTypesResource.ListRequest List(string project, string region)
Parameters
Type Name Description
string project

Project ID for this request.

string region

The name of the region for this request.

Returns
Type Description
RegionDiskTypesResource.ListRequest
In This Article
Back to top Generated by DocFX