Disk constructor

Disk({
  1. List<AddOn>? addOns,
  2. String? arn,
  3. String? attachedTo,
  4. String? attachmentState,
  5. DateTime? createdAt,
  6. int? gbInUse,
  7. int? iops,
  8. bool? isAttached,
  9. bool? isSystemDisk,
  10. ResourceLocation? location,
  11. String? name,
  12. String? path,
  13. ResourceType? resourceType,
  14. int? sizeInGb,
  15. DiskState? state,
  16. String? supportCode,
  17. List<Tag>? tags,
})

Implementation

Disk({
  this.addOns,
  this.arn,
  this.attachedTo,
  this.attachmentState,
  this.createdAt,
  this.gbInUse,
  this.iops,
  this.isAttached,
  this.isSystemDisk,
  this.location,
  this.name,
  this.path,
  this.resourceType,
  this.sizeInGb,
  this.state,
  this.supportCode,
  this.tags,
});