abstract struct CB::Client::CommonCreateParams

Included Modules

Direct Known Subclasses

Defined in:

client/cluster.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(name : String, network_id : Nil | String = nil, plan_id : Nil | String = nil, provider_id : Nil | String = nil, region_id : Nil | String = nil) #

[View source]

Instance Method Detail

def name : String #

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

[View source]
def network_id : String | Nil #

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

[View source]
def plan_id : String | Nil #

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

[View source]
def provider_id : String | Nil #

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

[View source]
def region_id : String | Nil #

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

[View source]