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