Get Disk Result
data class GetDiskResult(val addOns: List<DiskAddOn>? = null, val attachedTo: String? = null, val attachmentState: String? = null, val diskArn: String? = null, val iops: Int? = null, val isAttached: Boolean? = null, val location: DiskLocation? = null, val path: String? = null, val resourceType: String? = null, val state: String? = null, val supportCode: String? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(addOns: List<DiskAddOn>? = null, attachedTo: String? = null, attachmentState: String? = null, diskArn: String? = null, iops: Int? = null, isAttached: Boolean? = null, location: DiskLocation? = null, path: String? = null, resourceType: String? = null, state: String? = null, supportCode: String? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
Name of the attached Lightsail Instance
Link copied to clipboard
Attachment State of the Lightsail disk
Link copied to clipboard
Check is Disk is attached state
Link copied to clipboard
The AWS Region and Availability Zone where the disk is located.
Link copied to clipboard
Resource type of Lightsail instance.
Link copied to clipboard
Support code to help identify any issues