Volume Attachment Status
data class VolumeAttachmentStatus(val attachError: VolumeError? = null, val attached: Boolean, val attachmentMetadata: Map<String, String>? = null, val detachError: VolumeError? = null)
VolumeAttachmentStatus is the status of a VolumeAttachment request.
Constructors
Link copied to clipboard
fun VolumeAttachmentStatus(attachError: VolumeError? = null, attached: Boolean, attachmentMetadata: Map<String, String>? = null, detachError: VolumeError? = null)