BlockDevice constructor

BlockDevice({
  1. List<String>? hostGroups,
  2. String? identifier,
  3. String? name,
  4. String? osType,
  5. String? sizeGib,
})

Implementation

BlockDevice({
  this.hostGroups,
  this.identifier,
  this.name,
  this.osType,
  this.sizeGib,
});