Show / Hide Table of Contents

Class StoragePoolTypesResource

The "storagePoolTypes" collection of methods.

Inheritance
object
StoragePoolTypesResource
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.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class StoragePoolTypesResource

Constructors

StoragePoolTypesResource(IClientService)

Constructs a new resource.

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

Methods

AggregatedList(string)

Retrieves an aggregated list of storage pool types. To prevent failure, Google recommends that you set the returnPartialSuccess parameter to true.

Declaration
public virtual StoragePoolTypesResource.AggregatedListRequest AggregatedList(string project)
Parameters
Type Name Description
string project

Project ID for this request.

Returns
Type Description
StoragePoolTypesResource.AggregatedListRequest

Get(string, string, string)

Returns the specified storage pool type.

Declaration
public virtual StoragePoolTypesResource.GetRequest Get(string project, string zone, string storagePoolType)
Parameters
Type Name Description
string project

Project ID for this request.

string zone

The name of the zone for this request.

string storagePoolType

Name of the storage pool type to return.

Returns
Type Description
StoragePoolTypesResource.GetRequest

List(string, string)

Retrieves a list of storage pool types available to the specified project.

Declaration
public virtual StoragePoolTypesResource.ListRequest List(string project, string zone)
Parameters
Type Name Description
string project

Project ID for this request.

string zone

The name of the zone for this request.

Returns
Type Description
StoragePoolTypesResource.ListRequest
In this article
Back to top Generated by DocFX