Class: Ansible::Ruby::Modules::Na_ontap_firewall_policy

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_firewall_policy.rb

Overview

Manage a firewall policy for an Ontap Cluster

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

#allow_listArray<String>, ...

Returns A list of IPs and masks to use.

Returns:

  • (Array<String>, String, nil)

    A list of IPs and masks to use



16
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_firewall_policy.rb', line 16

attribute :allow_list

#enable:enable, ...

Returns enabled firewall.

Returns:

  • (:enable, :disable, nil)

    enabled firewall



32
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_firewall_policy.rb', line 32

attribute :enable

#logging:enable, ...

Returns enable logging.

Returns:

  • (:enable, :disable, nil)

    enable logging



36
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_firewall_policy.rb', line 36

attribute :logging

#nodeString

Returns The node to run the firewall configuration on.

Returns:

  • (String)

    The node to run the firewall configuration on



40
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_firewall_policy.rb', line 40

attribute :node

#policyString

Returns A policy name for the firewall policy.

Returns:

  • (String)

    A policy name for the firewall policy



20
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_firewall_policy.rb', line 20

attribute :policy

#service:http, ...

Returns The service to apply the policy to.

Returns:

  • (:http, :https, :ntp, :rsh, :snmp, :ssh, :telnet)

    The service to apply the policy to



24
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_firewall_policy.rb', line 24

attribute :service

#state:present, ...

Returns Whether to set up a fire policy or not.

Returns:

  • (:present, :absent, nil)

    Whether to set up a fire policy or not



12
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_firewall_policy.rb', line 12

attribute :state

#vserverString

Returns The Vserver to apply the policy to.

Returns:

  • (String)

    The Vserver to apply the policy to.



28
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_firewall_policy.rb', line 28

attribute :vserver