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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
media_counts
Sourcepools
Sourcepools_count
Sourcetotal_raw_gb
Sourcetotal_usable_gb
Source