Disk constructor
Disk({
- List<
AddOn> ? addOns, - String? arn,
- String? attachedTo,
- String? attachmentState,
- DateTime? createdAt,
- int? gbInUse,
- int? iops,
- bool? isAttached,
- bool? isSystemDisk,
- ResourceLocation? location,
- String? name,
- String? path,
- ResourceType? resourceType,
- int? sizeInGb,
- DiskState? state,
- String? supportCode,
- 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,
});