struct CB::Client::ForkCreateParams

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(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) #

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

[View source]

Instance Method Detail

def cluster_id : String #

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

[View source]
def is_ha : Bool | Nil #

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

[View source]
def storage : Int32 | Nil #

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

[View source]
def target_time : Time | Nil #

[View source]
def target_time=(target_time : Time | Nil) #

[View source]