struct GlusterCLI::Brick
- GlusterCLI::Brick
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
types.crConstructors
Instance Method Summary
- #block_size : Int32
- #block_size=(block_size : Int32)
- #device : String
- #device=(device : String)
- #fs_name : String
- #fs_name=(fs_name : String)
- #inodes_free : UInt64
- #inodes_free=(inodes_free : UInt64)
- #inodes_total : UInt64
- #inodes_total=(inodes_total : UInt64)
- #inodes_used : UInt64
- #inodes_used=(inodes_used : UInt64)
- #mnt_options : String
- #mnt_options=(mnt_options : String)
- #node : GlusterCLI::NodeInfo
- #node=(node : GlusterCLI::NodeInfo)
- #path : String
- #path=(path : String)
- #pid : Int32
- #pid=(pid : Int32)
- #size_free : UInt64
- #size_free=(size_free : UInt64)
- #size_total : UInt64
- #size_total=(size_total : UInt64)
- #size_used : UInt64
- #size_used=(size_used : UInt64)
- #state : String
- #state=(state : String)
- #type : String
- #type=(type : String)