Class: Ansible::Ruby::Modules::Panos_check

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

Overview

Check if PAN-OS device is ready for being configured (no pending jobs). The check could be done once or multiple times until the device is ready.

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

#intervalString?

Returns time waited between checks.

Returns:

  • (String, nil)

    time waited between checks



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

attribute :interval

#timeoutString?

Returns timeout of API calls.

Returns:

  • (String, nil)

    timeout of API calls



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

attribute :timeout