Class: Ansible::Ruby::Modules::Aci_tenant_action_rule_profile
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Aci_tenant_action_rule_profile
- Defined in:
- lib/ansible/ruby/modules/generated/network/aci/aci_tenant_action_rule_profile.rb
Overview
Manage action rule profiles on Cisco ACI fabrics.
Instance Method Summary collapse
-
#action_rule ⇒ String?
The name of the action rule profile.
-
#description ⇒ String?
The description for the action rule profile.
-
#state ⇒ :absent, ...
Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.
-
#tenant ⇒ String?
The name of the tenant.
Methods inherited from Base
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
#action_rule ⇒ String?
Returns The name of the action rule profile.
12 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_tenant_action_rule_profile.rb', line 12 attribute :action_rule |
#description ⇒ String?
Returns The description for the action rule profile.
16 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_tenant_action_rule_profile.rb', line 16 attribute :description |
#state ⇒ :absent, ...
Returns 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_tenant_action_rule_profile.rb', line 24 attribute :state |
#tenant ⇒ String?
Returns The name of the tenant.
20 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_tenant_action_rule_profile.rb', line 20 attribute :tenant |