Class: Ansible::Ruby::Modules::Aci_epg_monitoring_policy

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

Overview

Manage monitoring policies on Cisco ACI fabrics.

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

#descriptionString?

Returns Description for the monitoring policy.

Returns:

  • (String, nil)

    Description for the monitoring policy.



16
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_epg_monitoring_policy.rb', line 16

attribute :description

#monitoring_policyString

Returns The name of the monitoring policy.

Returns:

  • (String)

    The name of the monitoring policy.



12
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_epg_monitoring_policy.rb', line 12

attribute :monitoring_policy

#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.



24
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_epg_monitoring_policy.rb', line 24

attribute :state

#tenantString

Returns The name of the tenant.

Returns:

  • (String)

    The name of the tenant.



20
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_epg_monitoring_policy.rb', line 20

attribute :tenant