class CB::ClusterCreate

Defined in:

cb/cluster_create.cr

Constructors

Instance Method Summary

Instance methods inherited from class CB::Action

call call, client : CB::Client client, output : IO output, output=(output : IO) output=, run run

Constructor methods inherited from class CB::Action

new(client : Client, output : IO = STDOUT) new

Constructor Detail

def self.new(client : Client, output = STDOUT) #

[View source]

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 #

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

[View source]
def ha : Bool #

[View source]
def ha=(ha : Bool) #

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

[View source]
def name : String | Nil #

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

[View source]
def network : String | Nil #

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

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

[View source]
def output : IO #

[View source]
def output=(output : IO) #

[View source]
def plan : String | Nil #

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

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

[View source]
def platform : String | Nil #

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

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

[View source]
def pre_validate #

[View source]
def region : String | Nil #

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

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

[View source]
def replica : String | Nil #

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

[View source]
def run #

[View source]
def storage : Int32 | Nil #

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

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

[View source]
def team : String | Nil #

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

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

[View source]
def validate #

[View source]