Method: Aio::Module::Cmd::H3C::DisplayPower#initialize

Defined in:
lib/modules/cmd/h3c/display_power.rb

#initializeDisplayPower

Returns a new instance of DisplayPower.



8
9
10
11
12
13
14
15
16
17
18
19
20
# File 'lib/modules/cmd/h3c/display_power.rb', line 8

def initialize
  super({
    :cmd_full 		=> "display power",
    :cmd_short 		=> "dis pow",
    :author				=> "Elin",
    :description  => "This is H3C Command# display power",
    :ranking			=> Ranking_1,
    :platform			=> "all",
    :benchmark		=> {
      :power_status	=> ["=~", /Normal/, /Absent/],
    },
  })
end