Class: Ansible::Ruby::Modules::Aci_switch_leaf_selector

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

Overview

Bind leaf selectors (with node block range and policy group) to 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, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#descriptionObject?

Returns The description to assign to the C(leaf).

Returns:

  • (Object, nil)

    The description to assign to the C(leaf).



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

attribute :description

#fromInteger?

Returns Start of Node Block range.

Returns:

  • (Integer, nil)

    Start of Node Block range.



30
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_switch_leaf_selector.rb', line 30

attribute :from

#leafString?

Returns Name of Leaf Selector.

Returns:

  • (String, nil)

    Name of Leaf Selector.



19
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_switch_leaf_selector.rb', line 19

attribute :leaf

#leaf_node_blkString?

Returns Name of Node Block range to be added to Leaf Selector of given Leaf Profile.

Returns:

  • (String, nil)

    Name of Node Block range to be added to Leaf Selector of given Leaf Profile.



23
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_switch_leaf_selector.rb', line 23

attribute :leaf_node_blk

#leaf_node_blk_descriptionObject?

Returns The description to assign to the C(leaf_node_blk).

Returns:

  • (Object, nil)

    The description to assign to the C(leaf_node_blk)



27
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_switch_leaf_selector.rb', line 27

attribute :leaf_node_blk_description

#leaf_profileString?

Returns Name of the Leaf Profile to which we add a Selector.

Returns:

  • (String, nil)

    Name of the Leaf Profile to which we add a Selector.



15
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_switch_leaf_selector.rb', line 15

attribute :leaf_profile

#policy_groupString?

Returns Name of the Policy Group to be added to Leaf Selector of given Leaf Profile.

Returns:

  • (String, nil)

    Name of the Policy Group to be added to Leaf Selector of given Leaf Profile.



38
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_switch_leaf_selector.rb', line 38

attribute :policy_group

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



42
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_switch_leaf_selector.rb', line 42

attribute :state

#toInteger?

Returns Start of Node Block range.

Returns:

  • (Integer, nil)

    Start of Node Block range.



34
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_switch_leaf_selector.rb', line 34

attribute :to