class

Cl8r::Model::StorageRedundancySpec

Inherits YAML::Serializable < Reference < Object

Configures redundancy parameters for distributed or parity-based storage.

Constructors

new(type : String = "replicated", size : Int32 = 3, coding : Int32 | Nil = nil)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

coding
Source
coding=(coding : Int32 | Nil)
Source
size
Source
size=(size : Int32)
Source
type
Source
type=(type : String)
Source