Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.StoragePoolsResource.OntapResource

The "ontap" collection of methods.

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

Constructors

OntapResource(IClientService)

Constructs a new resource.

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

Methods

ExecuteOntapDelete(string)

ExecuteOntapDelete dispatches the ONTAP DELETE request to the StoragePool cluster.

Declaration
public virtual ProjectsResource.LocationsResource.StoragePoolsResource.OntapResource.ExecuteOntapDeleteRequest ExecuteOntapDelete(string ontapPath)
Parameters
Type Name Description
string ontapPath

Required. The resource path of the ONTAP resource. Format: projects/{project_number}/locations/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}. For example: projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes.

Returns
Type Description
ProjectsResource.LocationsResource.StoragePoolsResource.OntapResource.ExecuteOntapDeleteRequest

ExecuteOntapGet(string)

ExecuteOntapGet dispatches the ONTAP GET request to the StoragePool cluster.

Declaration
public virtual ProjectsResource.LocationsResource.StoragePoolsResource.OntapResource.ExecuteOntapGetRequest ExecuteOntapGet(string ontapPath)
Parameters
Type Name Description
string ontapPath

Required. The resource path of the ONTAP resource. Format: projects/{project_number}/locations/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}. For example: projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes.

Returns
Type Description
ProjectsResource.LocationsResource.StoragePoolsResource.OntapResource.ExecuteOntapGetRequest

ExecuteOntapPatch(ExecuteOntapPatchRequest, string)

ExecuteOntapPatch dispatches the ONTAP PATCH request to the StoragePool cluster.

Declaration
public virtual ProjectsResource.LocationsResource.StoragePoolsResource.OntapResource.ExecuteOntapPatchRequest ExecuteOntapPatch(ExecuteOntapPatchRequest body, string ontapPath)
Parameters
Type Name Description
ExecuteOntapPatchRequest body

The body of the request.

string ontapPath

Required. The resource path of the ONTAP resource. Format: projects/{project_number}/locations/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}. For example: projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes.

Returns
Type Description
ProjectsResource.LocationsResource.StoragePoolsResource.OntapResource.ExecuteOntapPatchRequest

ExecuteOntapPost(ExecuteOntapPostRequest, string)

ExecuteOntapPost dispatches the ONTAP POST request to the StoragePool cluster.

Declaration
public virtual ProjectsResource.LocationsResource.StoragePoolsResource.OntapResource.ExecuteOntapPostRequest ExecuteOntapPost(ExecuteOntapPostRequest body, string ontapPath)
Parameters
Type Name Description
ExecuteOntapPostRequest body

The body of the request.

string ontapPath

Required. The resource path of the ONTAP resource. Format: projects/{project_number}/locations/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}. For example: projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes.

Returns
Type Description
ProjectsResource.LocationsResource.StoragePoolsResource.OntapResource.ExecuteOntapPostRequest
In this article
Back to top Generated by DocFX