SwapConfig constructor

SwapConfig({
  1. BootDiskProfile? bootDiskProfile,
  2. DedicatedLocalSsdProfile? dedicatedLocalSsdProfile,
  3. bool? enabled,
  4. EncryptionConfig? encryptionConfig,
  5. EphemeralLocalSsdProfile? ephemeralLocalSsdProfile,
})

Implementation

SwapConfig({
  this.bootDiskProfile,
  this.dedicatedLocalSsdProfile,
  this.enabled,
  this.encryptionConfig,
  this.ephemeralLocalSsdProfile,
});