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

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

Request message for ExecuteOntapPatch API.

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

Namespace

Google \ Cloud \ NetApp \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ body Google\Protobuf\Struct

Required. The raw JSON body of the request. The body should be in the format of the ONTAP resource. For example: { "body": { "field1": "value1", "field2": "value2", } }

↳ 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.

getBody

Required. The raw JSON body of the request.

The body should be in the format of the ONTAP resource. For example:

{
  "body": {
    "field1": "value1",
    "field2": "value2",
  }
}
Returns
Type Description
Google\Protobuf\Struct|null

hasBody

clearBody

setBody

Required. The raw JSON body of the request.

The body should be in the format of the ONTAP resource. For example:

{
  "body": {
    "field1": "value1",
    "field2": "value2",
  }
}
Parameter
Name Description
var Google\Protobuf\Struct
Returns
Type Description
$this

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