Class: Ansible::Ruby::Modules::Cl_interface_policy
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cl_interface_policy
- Defined in:
- lib/ansible/ruby/modules/generated/core/network/cumulus/cl_interface_policy.rb
Overview
This module affects the configuration files located in the interfaces folder defined by ifupdown2. Interfaces port and port ranges listed in the “allowed” parameter define what interfaces will be available on the switch. If the user runs this module and has an interface configured on the switch, but not found in the “allowed” list, this interface will be unconfigured. By default this is ‘/etc/network/interface.d` For more details go the Configuring Interfaces at docs.cumulusnetworks.com
Instance Method Summary collapse
-
#allowed ⇒ Array<String>, ...
List of ports to run initial run at 10G.
-
#location ⇒ String?
Folder to store interface files.
Methods inherited from Base
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
#allowed ⇒ Array<String>, ...
11 |
# File 'lib/ansible/ruby/modules/generated/core/network/cumulus/cl_interface_policy.rb', line 11 attribute :allowed |
#location ⇒ String?
15 |
# File 'lib/ansible/ruby/modules/generated/core/network/cumulus/cl_interface_policy.rb', line 15 attribute :location |