VolumeConfig constructor

VolumeConfig({
  1. String? gcpService,
  2. String? id,
  3. List<LunRange>? lunRanges,
  4. List<String>? machineIds,
  5. String? name,
  6. List<NfsExport>? nfsExports,
  7. String? performanceTier,
  8. String? protocol,
  9. int? sizeGb,
  10. bool? snapshotsEnabled,
  11. String? type,
  12. String? userNote,
})

Implementation

VolumeConfig({
  this.gcpService,
  this.id,
  this.lunRanges,
  this.machineIds,
  this.name,
  this.nfsExports,
  this.performanceTier,
  this.protocol,
  this.sizeGb,
  this.snapshotsEnabled,
  this.type,
  this.userNote,
});