SwapConfig constructor
SwapConfig({
- BootDiskProfile? bootDiskProfile,
- DedicatedLocalSsdProfile? dedicatedLocalSsdProfile,
- bool? enabled,
- EncryptionConfig? encryptionConfig,
- EphemeralLocalSsdProfile? ephemeralLocalSsdProfile,
Implementation
SwapConfig({
this.bootDiskProfile,
this.dedicatedLocalSsdProfile,
this.enabled,
this.encryptionConfig,
this.ephemeralLocalSsdProfile,
});