GetDiskResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addOns: List<DiskAddOn>? = null

An array of objects representing the add-ons to enable for the new instance.

Link copied to clipboard
val attachedTo: String? = null

Name of the attached Lightsail Instance

Link copied to clipboard
val attachmentState: String? = null

Attachment State of the Lightsail disk

Link copied to clipboard
val diskArn: String? = null

The Amazon Resource Name (ARN) of the disk.

Link copied to clipboard
val iops: Int? = null

Iops of the Lightsail disk

Link copied to clipboard
val isAttached: Boolean? = null

Check is Disk is attached state

Link copied to clipboard
val location: DiskLocation? = null

The AWS Region and Availability Zone where the disk is located.

Link copied to clipboard
val path: String? = null

Path of the attached Disk

Link copied to clipboard
val resourceType: String? = null

Resource type of Lightsail instance.

Link copied to clipboard
val state: String? = null

State of the Lightsail disk

Link copied to clipboard
val supportCode: String? = null

Support code to help identify any issues

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.