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)
Sourcenew(pull : JSON::PullParser)
SourceInstance methods
environment
Sourceenvironment=(environment : String | Nil)
Sourceis_ha
Sourceis_ha=(is_ha : Bool | Nil)
Sourcemaintenance_window_start
Sourcemaintenance_window_start=(maintenance_window_start : Int32 | Nil)
Sourcepostgres_version_id
Sourcepostgres_version_id=(postgres_version_id : Int32 | Nil)
Sourcestorage
Sourcestorage=(storage : Int32 | Nil)
Sourceteam_id
Sourceteam_id=(team_id : String)
Source