class Docr::Types::Volume

Included Modules

Defined in:

docr/types/volume.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def created_at : String #

[View source]
def created_at=(created_at : String) #

[View source]
def driver : String #

[View source]
def driver=(driver : String) #

[View source]
def labels : Hash(String, String) | Nil #

[View source]
def labels=(labels : Hash(String, String) | Nil) #

[View source]
def mountpoint : String #

[View source]
def mountpoint=(mountpoint : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def options : Hash(String, String) | Nil #

[View source]
def options=(options : Hash(String, String) | Nil) #

[View source]
def scope : String #

[View source]
def scope=(scope : String) #

[View source]
def status : Hash(String, Hash(String, String)) | Nil #

[View source]
def status=(status : Hash(String, Hash(String, String)) | Nil) #

[View source]
def usage_data : Docr::Types::UsageData | Nil #

[View source]
def usage_data=(usage_data : Docr::Types::UsageData | Nil) #

[View source]