Class VolumeAttachmentStatusPatch


  • public final class VolumeAttachmentStatusPatch
    extends java.lang.Object
    • Method Detail

      • attachError

        public java.util.Optional<VolumeErrorPatch> attachError()
        Returns:
        The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
      • attached

        public java.util.Optional<java.lang.Boolean> attached()
        Returns:
        Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
      • attachmentMetadata

        public java.util.Map<java.lang.String,​java.lang.String> attachmentMetadata()
        Returns:
        Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
      • detachError

        public java.util.Optional<VolumeErrorPatch> detachError()
        Returns:
        The last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher.