class CB::LogDestinationAdd

Defined in:

cb/logdest_add.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

Instance Method Detail

def cluster_id : String | Nil #

def cluster_id=(str : String) #

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

def description : String | Nil #

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

[View source]
def host : String | Nil #

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

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

[View source]
def port : Int32 | Nil #

def port=(i : Int32) #

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

def port=(str : String) #

[View source]
def run #

[View source]
def template : String | Nil #

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

[View source]
def validate #

[View source]