Class: Ansible::Ruby::Modules::Aci_fabric_node

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

Overview

Manage Fabric Node Members 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

#descriptionObject?

Returns Description for the new Fabric Node Member.

Returns:

  • (Object, nil)

    Description for the new Fabric Node Member.



28
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_fabric_node.rb', line 28

attribute :description

#node_idInteger?

Returns Node ID Number for the new Fabric Node Member.

Returns:

  • (Integer, nil)

    Node ID Number for the new Fabric Node Member.



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

attribute :node_id

#pod_idInteger?

Returns The pod id of the new Fabric Node Member.

Returns:

  • (Integer, nil)

    The pod id of the new Fabric Node Member.



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

attribute :pod_id

#role:leaf, ...

Returns Role for the new Fabric Node Member.

Returns:

  • (:leaf, :spine, :unspecified, nil)

    Role for the new Fabric Node Member.



31
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_fabric_node.rb', line 31

attribute :role

#serialString?

Returns Serial Number for the new Fabric Node Member.

Returns:

  • (String, nil)

    Serial Number for the new Fabric Node Member.



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

attribute :serial

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



35
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_fabric_node.rb', line 35

attribute :state

#switchString?

Returns Switch Name for the new Fabric Node Member.

Returns:

  • (String, nil)

    Switch Name for the new Fabric Node Member.



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

attribute :switch