struct
CB::Model::LogDestination
- CB::Model::LogDestination
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
Constructors
- .new(id : String, host : String, port : Int32, template : String, description : String, tls_verify_disabled : Bool = false, forward_connection_logs : Bool = false)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #clone
- #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)
- #description : String
- #forward_connection_logs : Bool
- #host : String
- #id : String
- #port : Int32
- #template : String
- #tls_verify_disabled : Bool
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)
#
Instance Method Detail
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)
#