Class: Puppet::Util::NetworkDevice::Panos::Device

Inherits:
ResourceApi::Transport::Wrapper
  • Object
show all
Defined in:
lib/puppet/util/network_device/panos/device.rb

Overview

connect to a panos transport using backwards compatible configuration

Instance Method Summary collapse

Constructor Details

#initialize(url_or_config, _options = {}) ⇒ Device

Returns a new instance of Device.



13
14
15
# File 'lib/puppet/util/network_device/panos/device.rb', line 13

def initialize(url_or_config, _options = {})
  super('panos', url_or_config)
end