class

Jane::BandwidthCheck

Inherits Reference < Object

Constructors

from_toml(data : TOML::Any) : BandwidthCheck
Source
new(name : Nil | String, address : String, port : Int32, limit : Float64 | Nil, tags : Array(String) = [] of String)
Source

Instance methods

address
Source
address=(address : String)
Source
limit
Source
limit=(limit : Float64 | Nil)
Source
name
Source
name=(name : String | Nil)
Source
port
Source
port=(port : Int32)
Source
tags
Source
tags=(tags : Array(String))
Source