struct CB::Client::ClusterDetail

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, team_id : String, name : String, state : String, created_at : Time, cpu : Int32, is_ha : Bool, major_version : Int32, plan_id : String, memory : Int32, oldest_backup : Time | Nil, provider_id : String, region_id : String, storage : Int32) #

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

Instance Method Detail

def clone #

def copy_with(id _id = @id, team_id _team_id = @team_id, name _name = @name, state _state = @state, created_at _created_at = @created_at, cpu _cpu = @cpu, is_ha _is_ha = @is_ha, major_version _major_version = @major_version, plan_id _plan_id = @plan_id, memory _memory = @memory, oldest_backup _oldest_backup = @oldest_backup, provider_id _provider_id = @provider_id, region_id _region_id = @region_id, storage _storage = @storage) #

def cpu : Int32 #

def created_at : Time #

def id : String #

def is_ha : Bool #

def major_version : Int32 #

def memory : Int32 #

def name : String #

def oldest_backup : Time | Nil #

def plan_id : String #

def provider_id : String #

def region_id : String #

def state : String #

def storage : Int32 #

def team_id : String #