Class: UU::CloudRuntime::NodeImage::Status
- Inherits:
-
Object
- Object
- UU::CloudRuntime::NodeImage::Status
- Defined in:
- lib/uu/cloud_runtime/node_image.rb
Overview
Current status of a NodeImage. This information refers to the time-point when the information gets obtained and is not stored in any persistent storage.
Constant Summary collapse
- USED =
The NodeImage is currently being used.
'USED'
- UNUSED =
The Node Image is not currently being used.
'UNUSED'