State

The published state of the volume. * pending-publish The volume should be published to this node, but the call to the controller plugin to do so has not yet been successfully completed. * published The volume is published successfully to the node. * pending-node-unpublish The volume should be unpublished from the node, and the manager is awaiting confirmation from the worker that it has done so. * pending-controller-unpublish The volume is successfully unpublished from the node, but has not yet been successfully unpublished on the controller.

Values: PENDING_PUBLISH,PUBLISHED,PENDING_NODE_UNPUBLISH,PENDING_CONTROLLER_UNPUBLISH

Entries

Link copied to clipboard
@SerialName(value = "pending-publish")
PENDING_PUBLISH
Link copied to clipboard
@SerialName(value = "published")
PUBLISHED
Link copied to clipboard
@SerialName(value = "pending-node-unpublish")
PENDING_NODE_UNPUBLISH
Link copied to clipboard
@SerialName(value = "pending-controller-unpublish")
PENDING_CONTROLLER_UNPUBLISH

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.