GcePersistentDisk constructor

GcePersistentDisk({
  1. String? diskType,
  2. bool? readOnly,
  3. String? sourceImage,
  4. String? sourceSnapshot,
})

Implementation

GcePersistentDisk({
  this.diskType,
  this.readOnly,
  this.sourceImage,
  this.sourceSnapshot,
});