Class: Google::Cloud::NetApp::V1::GetSnapshotRequest

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

Overview

GetSnapshotRequest gets the state of a snapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The snapshot resource name, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}/snapshots/{snapshot_id}.

Returns:

  • (::String)

    Required. The snapshot resource name, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}/snapshots/{snapshot_id}



69
70
71
72
# File 'proto_docs/google/cloud/netapp/v1/snapshot.rb', line 69

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