Class: Ansible::Ruby::Modules::Aci_fabric_node
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Aci_fabric_node
- 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
-
#description ⇒ Object?
Description for the new Fabric Node Member.
-
#node_id ⇒ Integer?
Node ID Number for the new Fabric Node Member.
-
#pod_id ⇒ Integer?
The pod id of the new Fabric Node Member.
-
#role ⇒ :leaf, ...
Role for the new Fabric Node Member.
-
#serial ⇒ String?
Serial Number for the new Fabric Node Member.
-
#state ⇒ :absent, ...
Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.
-
#switch ⇒ String?
Switch Name for the new Fabric Node Member.
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
#description ⇒ Object?
Returns 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_id ⇒ Integer?
Returns 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_id ⇒ Integer?
Returns 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.
31 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_fabric_node.rb', line 31 attribute :role |
#serial ⇒ String?
Returns 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.
35 |
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_fabric_node.rb', line 35 attribute :state |
#switch ⇒ String?
Returns 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 |