struct CrystaLXD::Container::Information
- CrystaLXD::Container::Information
- Struct
- Value
- Object
Included Modules
- CrystaLXD::Container::Base
- JSON::Serializable
Defined in:
client/container.crConstructors
Instance Method Summary
- #architecture : String
-
#config : Config | Nil
Config override.
- #created_at : Time
-
#devices : Hash(String, Hash(String, String)) | Nil
Optional list of devices the container should have.
-
#ephemeral : Bool
Whether to destroy the container on shutdown.
-
#expanded_config : Config
The result of expanding profiles and adding the container's local config.
-
#expanded_devices : Hash(String, Hash(String, String))
The result of expanding profiles and adding the container's local devices.
-
#instance_type : String | Nil
An optional instance type to use as basis for limits.
- #last_used : Time | Nil
- #name : String
-
#profiles : Array(String)
List of profiles.
-
#stateful : Bool
If true, indicates that the container has some stored state that can be restored on startup.
- #status : String
- #status_code : Success::Code
Constructor Detail
Instance Method Detail
def devices : Hash(String, Hash(String, String)) | Nil
#
Optional list of devices the container should have.
The result of expanding profiles and adding the container's local config.
def expanded_devices : Hash(String, Hash(String, String))
#
The result of expanding profiles and adding the container's local devices.
def stateful : Bool
#
If true, indicates that the container has some stored state that can be restored on startup.