struct GlusterCLI::Subvolume

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 arbiter_count : Int32 #

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

[View source]
def bricks : Array(GlusterCLI::Brick) #

[View source]
def bricks=(bricks : Array(GlusterCLI::Brick)) #

[View source]
def disperse_count : Int32 #

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

[View source]
def disperse_redundancy_count : Int32 #

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

[View source]
def health : String #

[View source]
def health=(health : 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 replica_count : Int32 #

[View source]
def replica_count=(replica_count : 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 type : String #

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

[View source]
def up_bricks : Int32 #

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

[View source]