struct CB::Model::LogDestination

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, host : String, port : Int32, template : String, description : String, tls_verify_disabled : Bool = false, forward_connection_logs : Bool = false) #

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

Instance Method Detail

def clone #

def copy_with(id _id = @id, host _host = @host, port _port = @port, template _template = @template, description _description = @description, tls_verify_disabled _tls_verify_disabled = @tls_verify_disabled, forward_connection_logs _forward_connection_logs = @forward_connection_logs) #

def description : String #

def forward_connection_logs : Bool #

def host : String #

def id : String #

def port : Int32 #

def template : String #

def tls_verify_disabled : Bool #