Class: Google::Cloud::BareMetalSolution::V2::RestoreVolumeSnapshotRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/baremetalsolution/v2/volume_snapshot.rb

Overview

Message for restoring a volume snapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#volume_snapshot::String

Returns Required. Name of the snapshot which will be used to restore its parent volume.

Returns:

  • (::String)

    Required. Name of the snapshot which will be used to restore its parent volume.



127
128
129
130
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume_snapshot.rb', line 127

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