GceRegionalPersistentDisk constructor

GceRegionalPersistentDisk({
  1. String? archiveTimeout,
  2. String? diskType,
  3. String? fsType,
  4. int? maxSizeGb,
  5. String? reclaimPolicy,
  6. int? sizeGb,
  7. String? sourceSnapshot,
})

Implementation

GceRegionalPersistentDisk({
  this.archiveTimeout,
  this.diskType,
  this.fsType,
  this.maxSizeGb,
  this.reclaimPolicy,
  this.sizeGb,
  this.sourceSnapshot,
});