Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SharePoolsResource

The "sharePools" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.SharePoolsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudFilestore.v1beta1
Assembly: Google.Apis.CloudFilestore.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.SharePoolsResource

Constructors

SharePoolsResource(IClientService)

Constructs a new resource.

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

Methods

AcquireShare(AcquireShareRequest, string)

Acquires a share synchronously from the pre-provisioned share pool.

Declaration
public virtual ProjectsResource.LocationsResource.SharePoolsResource.AcquireShareRequest AcquireShare(AcquireShareRequest body, string parent)
Parameters
Type Name Description
AcquireShareRequest body

The body of the request.

string parent

Required. The parent share pool path, in the format projects/{project}/locations/{location}/sharePools/{share_pool}.

Returns
Type Description
ProjectsResource.LocationsResource.SharePoolsResource.AcquireShareRequest

ReleaseShare(ReleaseShareRequest, string)

Releases a share synchronously, marking it for background scrubbing.

Declaration
public virtual ProjectsResource.LocationsResource.SharePoolsResource.ReleaseShareRequest ReleaseShare(ReleaseShareRequest body, string parent)
Parameters
Type Name Description
ReleaseShareRequest body

The body of the request.

string parent

Required. The parent share pool path, in the format projects/{project}/locations/{location}/sharePools/{share_pool}.

Returns
Type Description
ProjectsResource.LocationsResource.SharePoolsResource.ReleaseShareRequest
In this article
Back to top Generated by DocFX