Reference documentation and code samples for the Google Cloud Net App V1 Client class ExecuteOntapPostRequest.
Request message for ExecuteOntapPost
API.
Generated from protobuf message google.cloud.netapp.v1.ExecuteOntapPostRequest
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
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",
}
}
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",
}
}
$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
.
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
.
var
string
$this

