Class: Ansible::Ruby::Modules::Junos_package

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/junos/junos_package.rb

Overview

This module can install new and updated packages on remote devices running Junos. The module will compare the specified package with the one running on the remote device and install the specified version if there is a mismatch

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#force:yes, :no



31
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_package.rb', line 31

attribute :force

#no_copy:yes, ...



23
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_package.rb', line 23

attribute :no_copy

#reboot:yes, :no



19
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_package.rb', line 19

attribute :reboot

#srcString



12
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_package.rb', line 12

attribute :src

#validate:yes, ...



27
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_package.rb', line 27

attribute :validate

#versionObject?



16
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_package.rb', line 16

attribute :version