Class: Trema::DescStatsReply
- Inherits:
-
StatsHelper
- Object
- StatsHelper
- Trema::DescStatsReply
- Defined in:
- ruby/trema/desc-stats-reply.rb
Constant Summary collapse
- FIELDS =
%w(mfr_desc hw_desc sw_desc serial_num dp_desc )
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ DescStatsReply
constructor
Descriptive information about a vswitch.
Methods inherited from StatsHelper
Constructor Details
#initialize(options = {}) ⇒ DescStatsReply
Descriptive information about a vswitch. A user would not explicitly instantiate a Trema::DescStatsReply object but would be created as a result of parsing the OFPT_STATS_REPLY(OFPST_DESC) message.
64 65 66 |
# File 'ruby/trema/desc-stats-reply.rb', line 64 def initialize super FIELDS, end |