struct

Cl8r::Model::QueryEngine::StorageSummaryResult

Inherits YAML::Serializable < JSON::Serializable < Struct < Value < Object

Query result for high-level cluster storage capacity and drive inventory

Constructors

new(total_raw_gb : UInt64, total_usable_gb : UInt64, pools_count : Int32, media_counts : Hash(String, Int32), pools : Array(ResolvedStoragePool) = [] of ResolvedStoragePool)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

media_counts
Source
pools
Source
pools_count
Source
total_raw_gb
Source
total_usable_gb
Source