Class: Ansible::Ruby::Modules::Cl_ports
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cl_ports
- Defined in:
- lib/ansible/ruby/modules/generated/core/network/cumulus/cl_ports.rb
Instance Method Summary collapse
-
#speed_10g ⇒ Object?
List of ports to run initial run at 10G.
-
#speed_40g ⇒ Object?
List of ports to run initial run at 40G.
-
#speed_40g_div_4 ⇒ Object?
List of 10G ports that will be ganged to form a 40G port.
-
#speed_4_by_10g ⇒ Object?
List of 40G ports that will be unganged to run as 4 10G ports.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#speed_10g ⇒ Object?
Returns list of ports to run initial run at 10G.
10 |
# File 'lib/ansible/ruby/modules/generated/core/network/cumulus/cl_ports.rb', line 10 attribute :speed_10g |
#speed_40g ⇒ Object?
Returns list of ports to run initial run at 40G.
13 |
# File 'lib/ansible/ruby/modules/generated/core/network/cumulus/cl_ports.rb', line 13 attribute :speed_40g |
#speed_40g_div_4 ⇒ Object?
Returns list of 10G ports that will be ganged to form a 40G port.
19 |
# File 'lib/ansible/ruby/modules/generated/core/network/cumulus/cl_ports.rb', line 19 attribute :speed_40g_div_4 |
#speed_4_by_10g ⇒ Object?
Returns list of 40G ports that will be unganged to run as 4 10G ports.
16 |
# File 'lib/ansible/ruby/modules/generated/core/network/cumulus/cl_ports.rb', line 16 attribute :speed_4_by_10g |