VolumeAttachmentStatus

final case class VolumeAttachmentStatus(attached: Boolean, attachError: Option[VolumeError], attachmentMetadata: Option[Map[String, String]], detachError: Option[VolumeError])

VolumeAttachmentStatus is the status of a VolumeAttachment request.

Source:
VolumeAttachmentStatus.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Adds new values to attachmentMetadata

Adds new values to attachmentMetadata

Source:
VolumeAttachmentStatus.scala

if attachError has a value, transforms to the result of function

if attachError has a value, transforms to the result of function

Source:
VolumeAttachmentStatus.scala

transforms attached to result of function

transforms attached to result of function

Source:
VolumeAttachmentStatus.scala

if attachmentMetadata has a value, transforms to the result of function

if attachmentMetadata has a value, transforms to the result of function

Source:
VolumeAttachmentStatus.scala

if detachError has a value, transforms to the result of function

if detachError has a value, transforms to the result of function

Source:
VolumeAttachmentStatus.scala

Returns a new data with attachError set to new value

Returns a new data with attachError set to new value

Source:
VolumeAttachmentStatus.scala

Returns a new data with attached set to new value

Returns a new data with attached set to new value

Source:
VolumeAttachmentStatus.scala

Returns a new data with attachmentMetadata set to new value

Returns a new data with attachmentMetadata set to new value

Source:
VolumeAttachmentStatus.scala

Returns a new data with detachError set to new value

Returns a new data with detachError set to new value

Source:
VolumeAttachmentStatus.scala

Inherited methods

Inherited from:
Product