class Docr::Types::Volume
- Docr::Types::Volume
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
docr/types/volume.crConstructors
Instance Method Summary
- #created_at : String
- #created_at=(created_at : String)
- #driver : String
- #driver=(driver : String)
- #labels : Hash(String, String) | Nil
- #labels=(labels : Hash(String, String) | Nil)
- #mountpoint : String
- #mountpoint=(mountpoint : String)
- #name : String
- #name=(name : String)
- #options : Hash(String, String) | Nil
- #options=(options : Hash(String, String) | Nil)
- #scope : String
- #scope=(scope : String)
- #status : Hash(String, Hash(String, String)) | Nil
- #status=(status : Hash(String, Hash(String, String)) | Nil)
- #usage_data : Docr::Types::UsageData | Nil
- #usage_data=(usage_data : Docr::Types::UsageData | Nil)