struct GlusterCLI::VolumeInfo

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

[View source]
def brick_count=(brick_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 distribute_count : Int32 #

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

[View source]
def health : String #

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

[View source]
def id : String #

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

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

[View source]
def options : Hash(String, String) #

[View source]
def options=(options : Hash(String, String)) #

[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 snapshot_count : Int32 #

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

[View source]
def state : String #

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

[View source]
def subvol_size #

[View source]
def subvol_type #

[View source]
def subvols : Array(GlusterCLI::Subvolume) #

[View source]
def subvols=(subvols : Array(GlusterCLI::Subvolume)) #

[View source]
def transport : String #

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

[View source]
def type : String #

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

[View source]
def up_subvols : Int32 #

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

[View source]