Class: Google::Cloud::BareMetalSolution::V2::ListVolumeSnapshotsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::ListVolumeSnapshotsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/volume_snapshot.rb
Overview
Response message containing the list of volume snapshots.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results from the server.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
-
#volume_snapshots ⇒ ::Array<::Google::Cloud::BareMetalSolution::V2::VolumeSnapshot>
The list of snapshots.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results from the server.
96 97 98 99 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume_snapshot.rb', line 96 class ListVolumeSnapshotsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
96 97 98 99 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume_snapshot.rb', line 96 class ListVolumeSnapshotsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#volume_snapshots ⇒ ::Array<::Google::Cloud::BareMetalSolution::V2::VolumeSnapshot>
Returns The list of snapshots.
96 97 98 99 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume_snapshot.rb', line 96 class ListVolumeSnapshotsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |