Class: Ansible::Ruby::Modules::Aci_switch_policy_leaf_profile

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

Overview

Manage switch policy leaf profiles 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 Leaf Profile.

Returns:

  • (String, nil)

    Description for the Leaf Profile.



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

attribute :description

#leaf_profileString?

Returns The name of the Leaf Profile.

Returns:

  • (String, nil)

    The name of the Leaf Profile.



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

attribute :leaf_profile

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



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

attribute :state