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
Date/Time the volume was created.
-
#created_at=(created_at : String)
Date/Time the volume was created.
-
#driver : String
Name of the volume driver used by the volume.
-
#driver=(driver : String)
Name of the volume driver used by the volume.
-
#labels : Hash(String, String) | Nil
User-defined key/value metadata.
-
#labels=(labels : Hash(String, String) | Nil)
User-defined key/value metadata.
-
#mountpoint : String
Mount path of the volume on the host.
-
#mountpoint=(mountpoint : String)
Mount path of the volume on the host.
-
#name : String
Name of the volume.
-
#name=(name : String)
Name of the volume.
-
#options : Hash(String, String) | Nil
The driver specific options used when creating the volume.
-
#options=(options : Hash(String, String) | Nil)
The driver specific options used when creating the volume.
-
#scope : String
The level at which the volume exists.
-
#scope=(scope : String)
The level at which the volume exists.
-
#status : Hash(String, Hash(String, String)) | Nil
Low-level details about the volume, provided by the volume driver.
-
#status=(status : Hash(String, Hash(String, String)) | Nil)
Low-level details about the volume, provided by the volume driver.
- #usage_data : Docr::Types::UsageData | Nil
- #usage_data=(usage_data : Docr::Types::UsageData | Nil)
Constructor Detail
Instance Method Detail
The driver specific options used when creating the volume.
The driver specific options used when creating the volume.
The level at which the volume exists. Either global
for cluster-wide, or local
for machine level.
The level at which the volume exists. Either global
for cluster-wide, or local
for machine level.
Low-level details about the volume, provided by the volume driver.
Low-level details about the volume, provided by the volume driver.