struct

CB::Client::ClusterCreateParams

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

Constructors

new(name, plan_id, provider_id, region_id, team_id : String, environment : Nil | String = nil, is_ha : Bool | Nil = nil, maintenance_window_start : Int32 | Nil = nil, postgres_version_id : Int32 | Nil = nil, storage : Int32 | Nil = nil, network_id = nil)
Source
new(pull : JSON::PullParser)
Source

Instance methods

environment
Source
environment=(environment : String | Nil)
Source
is_ha
Source
is_ha=(is_ha : Bool | Nil)
Source
maintenance_window_start
Source
maintenance_window_start=(maintenance_window_start : Int32 | Nil)
Source
postgres_version_id
Source
postgres_version_id=(postgres_version_id : Int32 | Nil)
Source
storage
Source
storage=(storage : Int32 | Nil)
Source
team_id
Source
team_id=(team_id : String)
Source