Volume constructor

Volume({
  1. bool? attached,
  2. String? autoGrownSizeGib,
  3. bool? bootVolume,
  4. String? currentSizeGib,
  5. String? emergencySizeGib,
  6. String? expireTime,
  7. String? id,
  8. List<String>? instances,
  9. Map<String, String>? labels,
  10. String? maxSizeGib,
  11. String? name,
  12. String? notes,
  13. String? originallyRequestedSizeGib,
  14. String? performanceTier,
  15. String? pod,
  16. String? protocol,
  17. String? remainingSpaceGib,
  18. String? requestedSizeGib,
  19. String? snapshotAutoDeleteBehavior,
  20. bool? snapshotEnabled,
  21. SnapshotReservationDetail? snapshotReservationDetail,
  22. String? state,
  23. String? storageType,
  24. String? workloadProfile,
})

Implementation

Volume({
  this.attached,
  this.autoGrownSizeGib,
  this.bootVolume,
  this.currentSizeGib,
  this.emergencySizeGib,
  this.expireTime,
  this.id,
  this.instances,
  this.labels,
  this.maxSizeGib,
  this.name,
  this.notes,
  this.originallyRequestedSizeGib,
  this.performanceTier,
  this.pod,
  this.protocol,
  this.remainingSpaceGib,
  this.requestedSizeGib,
  this.snapshotAutoDeleteBehavior,
  this.snapshotEnabled,
  this.snapshotReservationDetail,
  this.state,
  this.storageType,
  this.workloadProfile,
});