GceRegionalPersistentDisk constructor

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

Implementation

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