struct CB::Client::ClusterCreateParams

Defined in:

client/cluster.cr

Constructors

Instance Method Summary

Instance methods inherited from struct CB::Client::CommonCreateParams

name : String name, name=(name : String) name=, network_id : String | Nil network_id, network_id=(network_id : String | Nil) network_id=, plan_id : String | Nil plan_id, plan_id=(plan_id : String | Nil) plan_id=, provider_id : String | Nil provider_id, provider_id=(provider_id : String | Nil) provider_id=, region_id : String | Nil region_id, region_id=(region_id : String | Nil) region_id=

Constructor methods inherited from struct CB::Client::CommonCreateParams

new(pull : JSON::PullParser)
new(name : String, network_id : Nil | String = nil, plan_id : Nil | String = nil, provider_id : Nil | String = nil, region_id : Nil | String = nil)
new

Constructor Detail

def self.new(name, plan_id, provider_id, region_id, team_id : String, environment : Nil | String = nil, is_ha : Bool | Nil = nil, postgres_version_id : Int32 | Nil = nil, storage : Int32 | Nil = nil, network_id = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def environment : String | Nil #

[View source]
def environment=(environment : String | Nil) #

[View source]
def is_ha : Bool | Nil #

[View source]
def is_ha=(is_ha : Bool | Nil) #

[View source]
def postgres_version_id : Int32 | Nil #

[View source]
def postgres_version_id=(postgres_version_id : Int32 | Nil) #

[View source]
def storage : Int32 | Nil #

[View source]
def storage=(storage : Int32 | Nil) #

[View source]
def team_id : String #

[View source]
def team_id=(team_id : String) #

[View source]