Class: Google::Cloud::BareMetalSolution::V2::Volume::SnapshotReservationDetail
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::Volume::SnapshotReservationDetail
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/volume.rb
Overview
Details about snapshot space reservation and usage on the storage volume.
Instance Attribute Summary collapse
-
#reserved_space_gib ⇒ ::Integer
The space on this storage volume reserved for snapshots, shown in GiB.
-
#reserved_space_percent ⇒ ::Integer
Percent of the total Volume size reserved for snapshot copies.
-
#reserved_space_remaining_gib ⇒ ::Integer
The amount, in GiB, of available space in this storage volume's reserved snapshot space.
-
#reserved_space_used_percent ⇒ ::Integer
The percent of snapshot space on this storage volume actually being used by the snapshot copies.
Instance Attribute Details
#reserved_space_gib ⇒ ::Integer
Returns The space on this storage volume reserved for snapshots, shown in GiB.
138 139 140 141 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume.rb', line 138 class SnapshotReservationDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reserved_space_percent ⇒ ::Integer
Returns Percent of the total Volume size reserved for snapshot copies. Enabling snapshots requires reserving 20% or more of the storage volume space for snapshots. Maximum reserved space for snapshots is 40%. Setting this field will effectively set snapshot_enabled to true.
138 139 140 141 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume.rb', line 138 class SnapshotReservationDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reserved_space_remaining_gib ⇒ ::Integer
Returns The amount, in GiB, of available space in this storage volume's reserved snapshot space.
138 139 140 141 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume.rb', line 138 class SnapshotReservationDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reserved_space_used_percent ⇒ ::Integer
Returns The percent of snapshot space on this storage volume actually being used by the snapshot copies. This value might be higher than 100% if the snapshot copies have overflowed into the data portion of the storage volume.
138 139 140 141 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume.rb', line 138 class SnapshotReservationDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |