Class: Google::Cloud::BareMetalSolution::V2::CreateVolumeSnapshotRequest

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 creating a volume snapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The volume to snapshot.

Returns:

  • (::String)

    Required. The volume to snapshot.



117
118
119
120
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume_snapshot.rb', line 117

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

#volume_snapshot::Google::Cloud::BareMetalSolution::V2::VolumeSnapshot

Returns Required. The snapshot to create.

Returns:



117
118
119
120
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume_snapshot.rb', line 117

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