Reference documentation and code samples for the NetApp V1 API class Google::Cloud::NetApp::V1::ExecuteOntapPatchRequest.
Request message for ExecuteOntapPatch API.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#body
def body() -> ::Google::Protobuf::Struct
Returns
-
(::Google::Protobuf::Struct) — Required. The raw
JSONbody of the request. The body should be in the format of the ONTAP resource. For example:{ "body": { "field1": "value1", "field2": "value2", } }
#body=
def body=(value) -> ::Google::Protobuf::Struct
Parameter
-
value (::Google::Protobuf::Struct) — Required. The raw
JSONbody of the request. The body should be in the format of the ONTAP resource. For example:{ "body": { "field1": "value1", "field2": "value2", } }
Returns
-
(::Google::Protobuf::Struct) — Required. The raw
JSONbody of the request. The body should be in the format of the ONTAP resource. For example:{ "body": { "field1": "value1", "field2": "value2", } }
#ontap_path
def ontap_path() -> ::String
Returns
-
(::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.
#ontap_path=
def ontap_path=(value) -> ::String
Parameter
-
value (::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.
Returns
-
(::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.