struct

CB::Client::ForkCreateParams

Inherits CB::Client::CommonCreateParams / JSON::Serializable / Struct / Value / Object

Constructors

new(cluster_id : String, name, is_ha : Bool | Nil = nil, network_id = nil, plan_id = nil, provider_id = nil, region_id = nil, storage : Int32 | Nil = nil, target_time : Time | Nil = nil)
Source
new(pull : JSON::PullParser)
Source

Instance methods

cluster_id
Source
cluster_id=(cluster_id : String)
Source
is_ha
Source
is_ha=(is_ha : Bool | Nil)
Source
storage
Source
storage=(storage : Int32 | Nil)
Source
target_time
Source
target_time=(target_time : Time | Nil)
Source