Class: Ansible::Ruby::Modules::Panos_pg

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

Overview

Create a security profile group

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

#commit:yes, ...

Returns commit if changed.

Returns:

  • (:yes, :no, nil)

    commit if changed



40
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_pg.rb', line 40

attribute :commit

#data_filteringObject?

Returns name of the data filtering profile.

Returns:

  • (Object, nil)

    name of the data filtering profile



16
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_pg.rb', line 16

attribute :data_filtering

#file_blockingObject?

Returns name of the file blocking profile.

Returns:

  • (Object, nil)

    name of the file blocking profile



19
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_pg.rb', line 19

attribute :file_blocking

#pg_nameString

Returns name of the security profile group.

Returns:

  • (String)

    name of the security profile group



12
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_pg.rb', line 12

attribute :pg_name

#spywareString?

Returns name of the spyware profile.

Returns:

  • (String, nil)

    name of the spyware profile



22
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_pg.rb', line 22

attribute :spyware

#url_filteringObject?

Returns name of the url filtering profile.

Returns:

  • (Object, nil)

    name of the url filtering profile



26
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_pg.rb', line 26

attribute :url_filtering

#virusString?

Returns name of the anti-virus profile.

Returns:

  • (String, nil)

    name of the anti-virus profile



29
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_pg.rb', line 29

attribute :virus

#vulnerabilityString?

Returns name of the vulnerability profile.

Returns:

  • (String, nil)

    name of the vulnerability profile



33
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_pg.rb', line 33

attribute :vulnerability

#wildfireObject?

Returns name of the wildfire analysis profile.

Returns:

  • (Object, nil)

    name of the wildfire analysis profile



37
# File 'lib/ansible/ruby/modules/generated/network/panos/panos_pg.rb', line 37

attribute :wildfire