Google Cloud Net App V1 Client - Class ExecuteOntapDeleteRequest (1.11.0)

Reference documentation and code samples for the Google Cloud Net App V1 Client class ExecuteOntapDeleteRequest.

Request message for ExecuteOntapDelete API.

Generated from protobuf message google.cloud.netapp.v1.ExecuteOntapDeleteRequest

Namespace

Google \ Cloud \ NetApp \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ ontap_path string

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.

getOntapPath

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
string

setOntapPath

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.

Parameter
Name Description
var string
Returns
Type Description
$this