Snapshot Reservation Detail Args
data class SnapshotReservationDetailArgs(val reservedSpaceGib: Output<String>? = null, val reservedSpacePercent: Output<Int>? = null, val reservedSpaceRemainingGib: Output<String>? = null, val reservedSpaceUsedPercent: Output<Int>? = null) : ConvertibleToJava<SnapshotReservationDetailArgs>
Details about snapshot space reservation and usage on the storage volume.
Constructors
Link copied to clipboard
fun SnapshotReservationDetailArgs(reservedSpaceGib: Output<String>? = null, reservedSpacePercent: Output<Int>? = null, reservedSpaceRemainingGib: Output<String>? = null, reservedSpaceUsedPercent: Output<Int>? = null)