class Docr::Types::Mount
- Docr::Types::Mount
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
types/mount.crConstructors
- .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)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #bind_options : Docr::Types::BindOptions | Nil
- #bind_options=(bind_options : Docr::Types::BindOptions | Nil)
- #consistency : String | Nil
- #consistency=(consistency : String | Nil)
- #read_only : Bool | Nil
- #read_only=(read_only : Bool | Nil)
- #source : String
- #source=(source : String)
- #target : String | Nil
- #target=(target : String | Nil)
- #tmpfs_options : Docr::Types::TmpfsOptions | Nil
- #tmpfs_options=(tmpfs_options : Docr::Types::TmpfsOptions | Nil)
- #type : String
- #type=(type : String)
- #volume_options : Docr::Types::VolumeOptions | Nil
- #volume_options=(volume_options : Docr::Types::VolumeOptions | Nil)
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)
#