DiskSpec constructor

DiskSpec({
  1. String bootDiskType = '',
  2. int bootDiskSizeGb = 0,
})

Implementation

DiskSpec({this.bootDiskType = '', this.bootDiskSizeGb = 0})
  : super(fullyQualifiedName);