Class: Google::Cloud::NetApp::V1::ExecuteOntapGetRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/netapp/v1/ontap.rb

Overview

Request message for ExecuteOntapGet API.

Instance Attribute Summary collapse

Instance Attribute Details

#ontap_path::String

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



67
68
69
70
# File 'proto_docs/google/cloud/netapp/v1/ontap.rb', line 67

class ExecuteOntapGetRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end