struct

CrystaLXD::Container::State::Network::Counter

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(bytes_received : Int64, bytes_sent : Int64, packets_received : Int64, packets_sent : Int64)
new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)

Instance methods

bytes_received
bytes_sent
clone
copy_with(bytes_received _bytes_received = @bytes_received, bytes_sent _bytes_sent = @bytes_sent, packets_received _packets_received = @packets_received, packets_sent _packets_sent = @packets_sent)
packets_received
packets_sent