Class: Ansible::Ruby::Modules::Aci_access_port_to_interface_policy_leaf_profile

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

Overview

Manage Fabric interface policy leaf profile interface selectors 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

#access_port_selectorString

Returns The name of the Fabric access policy leaf interface profile access port selector.

Returns:

  • (String)

    The name of the Fabric access policy leaf interface profile access port selector.



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

attribute :access_port_selector

#descriptionObject?

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

Returns:

  • (Object, nil)

    The description to assign to the C(access_port_selector)



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

attribute :description

#from_cardObject?

Returns The beginning (from-range) of the card range block for the leaf access port block.

Returns:

  • (Object, nil)

    The beginning (from-range) of the card range block for the leaf access port block.



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

attribute :from_card

#from_portInteger

Returns The beginning (from-range) of the port range block for the leaf access port block.

Returns:

  • (Integer)

    The beginning (from-range) of the port range block for the leaf access port block.



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

attribute :from_port

#interface_type:fex, ...

Returns The type of interface for the static EPG deployement.

Returns:

  • (:fex, :port_channel, :switch_port, :vpc, nil)

    The type of interface for the static EPG deployement.



48
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_access_port_to_interface_policy_leaf_profile.rb', line 48

attribute :interface_type

#leaf_interface_profileString

Returns The name of the Fabric access policy leaf interface profile.

Returns:

  • (String)

    The name of the Fabric access policy leaf interface profile.



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

attribute :leaf_interface_profile

#leaf_port_blkString

Returns The name of the Fabric access policy leaf interface profile access port block.

Returns:

  • (String)

    The name of the Fabric access policy leaf interface profile access port block.



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

attribute :leaf_port_blk

#leaf_port_blk_descriptionObject?

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

Returns:

  • (Object, nil)

    The description to assign to the C(leaf_port_blk)



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

attribute :leaf_port_blk_description

#policy_groupString?

Returns The name of the fabric access policy group to be associated with the leaf interface profile interface selector.

Returns:

  • (String, nil)

    The name of the fabric access policy group to be associated with the leaf interface profile interface selector.



44
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_access_port_to_interface_policy_leaf_profile.rb', line 44

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.



52
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_access_port_to_interface_policy_leaf_profile.rb', line 52

attribute :state

#to_cardObject?

Returns The end (to-range) of the card range block for the leaf access port block.

Returns:

  • (Object, nil)

    The end (to-range) of the card range block for the leaf access port block.



41
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_access_port_to_interface_policy_leaf_profile.rb', line 41

attribute :to_card

#to_portInteger

Returns The end (to-range) of the port range block for the leaf access port block.

Returns:

  • (Integer)

    The end (to-range) of the port range block for the leaf access port block.



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

attribute :to_port