class CB::ClusterCreate

Defined in:

cb/cluster_create.cr

Instance Method Summary

Instance methods inherited from class CB::APIAction

client : Client client, client=(client : Client) client=, run run

Constructor methods inherited from class CB::APIAction

new(client : CB::Client, input = STDIN, output = STDOUT) new

Instance methods inherited from class CB::Action

call call, input : IO input, input=(input : IO) input=, output : IO output, output=(output : IO) output=

Constructor methods inherited from class CB::Action

new(input : IO = STDIN, output : IO = STDOUT) new

Macros inherited from class CB::Action

bool_setter(property) bool_setter, bool_setter?(property) bool_setter?, cluster_identifier_setter(property) cluster_identifier_setter, eid_setter(property, description = nil) eid_setter, format_setter(property) format_setter, format_setter?(property) format_setter?, i32_setter(property) i32_setter, ident_setter(property) ident_setter, identifier_setter(property) identifier_setter, name_setter(property) name_setter, name_setter?(property) name_setter?, role_setter(property) role_setter, role_setter?(property) role_setter?, time_setter(property) time_setter

Instance Method Detail

def at : Time | Nil #

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

[View source]
def at=(str : String) #

[View source]
def fork : String | Nil #

def fork=(str : String) #

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

def ha : Bool #

def ha=(ha : Bool) #

def ha=(str : String) #

[View source]
def name : String | Nil #

def name=(str : String) #

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

def network : String | Nil #

def network=(str : String) #

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

def plan : String | Nil #

def plan=(str : String) #

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

def platform : String | Nil #

[View source]
def platform=(str : String) #

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

[View source]
def postgres_version : Int32 | Nil #

def postgres_version=(postgres_version : Int32 | Nil) #

def postgres_version=(str : String) #

[View source]
def pre_validate #

[View source]
def region : String | Nil #

def region=(str : String) #

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

def replica : String | Nil #

def replica=(str : String) #

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

def run #

[View source]
def storage : Int32 | Nil #

def storage=(storage : Int32 | Nil) #

def storage=(str : String) #

[View source]
def team : String | Nil #

def team=(str : String) #

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

def validate #

[View source]