Class: Ansible::Ruby::Modules::Panos_commit

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

Overview

PanOS module that will commit firewall’s candidate configuration on the device. The new configuration will become active immediately.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#intervalFloat?

Returns interval for checking commit job.

Returns:

  • (Float, nil)

    interval for checking commit job



13
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_commit.rb', line 13

attribute :interval

#sync:yes, ...

Returns if commit should be synchronous.

Returns:

  • (:yes, :no, nil)

    if commit should be synchronous



20
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_commit.rb', line 20

attribute :sync

#timeoutObject?

Returns timeout for commit job.

Returns:

  • (Object, nil)

    timeout for commit job



17
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_commit.rb', line 17

attribute :timeout