EphemeralLocalSsdProfile constructor

EphemeralLocalSsdProfile({
  1. String? swapSizeGib,
  2. int? swapSizePercent,
})

Implementation

EphemeralLocalSsdProfile({this.swapSizeGib, this.swapSizePercent});