struct GlusterCLI::Brick

Included Modules

Defined in:

types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new #

[View source]

Instance Method Detail

def block_size : Int32 #

[View source]
def block_size=(block_size : Int32) #

[View source]
def device : String #

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

[View source]
def fs_name : String #

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

[View source]
def inodes_free : UInt64 #

[View source]
def inodes_free=(inodes_free : UInt64) #

[View source]
def inodes_total : UInt64 #

[View source]
def inodes_total=(inodes_total : UInt64) #

[View source]
def inodes_used : UInt64 #

[View source]
def inodes_used=(inodes_used : UInt64) #

[View source]
def mnt_options : String #

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

[View source]
def node : GlusterCLI::NodeInfo #

[View source]
def node=(node : GlusterCLI::NodeInfo) #

[View source]
def path : String #

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

[View source]
def pid : Int32 #

[View source]
def pid=(pid : Int32) #

[View source]
def size_free : UInt64 #

[View source]
def size_free=(size_free : UInt64) #

[View source]
def size_total : UInt64 #

[View source]
def size_total=(size_total : UInt64) #

[View source]
def size_used : UInt64 #

[View source]
def size_used=(size_used : UInt64) #

[View source]
def state : String #

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

[View source]
def type : String #

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

[View source]