Class: Ansible::Ruby::Modules::Aci_filter

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

Overview

Manages top level filter objects on Cisco ACI fabrics. This modules does not manage filter entries, see M(aci_filter_entry) for this functionality.

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

#descriptionString?

Returns Description for the filter.

Returns:

  • (String, nil)

    Description for the filter.



17
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_filter.rb', line 17

attribute :description

#filterString

Returns The name of the filter.

Returns:

  • (String)

    The name of the filter.



13
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_filter.rb', line 13

attribute :filter

#state:absent, ...

Returns Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.

Returns:

  • (:absent, :present, :query, nil)

    Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.



25
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_filter.rb', line 25

attribute :state

#tenantString

Returns The name of the tenant.

Returns:

  • (String)

    The name of the tenant.



21
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_filter.rb', line 21

attribute :tenant