SnapshotReservationDetail class
Details about snapshot space reservation and usage on the storage volume.
Constructors
- SnapshotReservationDetail({String? reservedSpaceGib, int? reservedSpacePercent, String? reservedSpaceRemainingGib, int? reservedSpaceUsedPercent})
- SnapshotReservationDetail.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- reservedSpaceGib ↔ String?
-
The space on this storage volume reserved for snapshots, shown in GiB.
getter/setter pair
- reservedSpacePercent ↔ int?
-
Percent of the total Volume size reserved for snapshot copies.
getter/setter pair
- reservedSpaceRemainingGib ↔ String?
-
The amount, in GiB, of available space in this storage volume's reserved
snapshot space.
getter/setter pair
- reservedSpaceUsedPercent ↔ int?
-
The percent of snapshot space on this storage volume actually being used
by the snapshot copies.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited