SnapshotRemoteStatus
: string
in package
Snapshot OpenStack Status
creating - The snapshot is being created. available - The snapshot is ready to use. backing-up - The snapshot is being backed up. deleting - The snapshot is being deleted. error - A snapshot creation error occurred. deleted - The snapshot has been deleted. unmanaging - The snapshot is being unmanaged. restoring - The snapshot is being restored to a volume. error_deleting - A snapshot deletion error occurred.
Table of Contents
- AVAILABLE = 'available'
- BACKING_UP = 'backing_up'
- CREATING = 'creating'
- DELETED = 'deleted'
- DELETING = 'deleting'
- ERROR = 'error'
- ERROR_DELETING = 'error_deleting'
- NO_STATE = 'no_state'
- RESTORING = 'restoring'
- UNMANAGING = 'unmanaging'
- fromOpenStackStatus() : SnapshotRemoteStatus
- Parses the remote Status in expected Bennu value
Cases
CREATING
AVAILABLE
BACKING_UP
DELETING
ERROR
DELETED
UNMANAGING
RESTORING
ERROR_DELETING
NO_STATE
Methods
fromOpenStackStatus()
Parses the remote Status in expected Bennu value
public
static fromOpenStackStatus(string $openStackSnapshotStatus) : SnapshotRemoteStatus
Parameters
- $openStackSnapshotStatus : string