class Docr::Types::Mount

Included Modules

Defined in:

docr/types/mount.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source : String, type : String, target : Nil | String = nil, read_only : Bool | Nil = nil, consistency : Nil | String = nil, bind_options : Nil | Docr::Types::BindOptions = nil, volume_options : Nil | Docr::Types::VolumeOptions = nil, tmpfs_options : Nil | Docr::Types::TmpfsOptions = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bind_options : Docr::Types::BindOptions | Nil #

[View source]
def bind_options=(bind_options : Docr::Types::BindOptions | Nil) #

[View source]
def consistency : String | Nil #

[View source]
def consistency=(consistency : String | Nil) #

[View source]
def read_only : Bool | Nil #

[View source]
def read_only=(read_only : Bool | Nil) #

[View source]
def source : String #

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

[View source]
def target : String | Nil #

[View source]
def target=(target : String | Nil) #

[View source]
def tmpfs_options : Docr::Types::TmpfsOptions | Nil #

[View source]
def tmpfs_options=(tmpfs_options : Docr::Types::TmpfsOptions | Nil) #

[View source]
def type : String #

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

[View source]
def volume_options : Docr::Types::VolumeOptions | Nil #

[View source]
def volume_options=(volume_options : Docr::Types::VolumeOptions | Nil) #

[View source]