Class: Ansible::Ruby::Modules::Netapp_e_iscsi_interface
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Netapp_e_iscsi_interface
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_iscsi_interface.rb
Overview
Configure settings of an E-Series iSCSI interface
Instance Method Summary collapse
-
#address ⇒ String?
The IPv4 address to assign to the interface.,Should be specified in xx.xx.xx.xx form.,Mutually exclusive with I(config_method=dhcp).
-
#config_method ⇒ :dhcp, ...
The configuration method type to use for this interface.,dhcp is mutually exclusive with I(address), I(subnet_mask), and I(gateway).
-
#controller ⇒ :A, :B
The controller that owns the port you want to configure.,Controller names are presented alphabetically, with the first controller as A, the second as B, and so on.,Current hardware models have either 1 or 2 available controllers, but that is not a guaranteed hard limitation and could change in the future.
-
#gateway ⇒ String?
The IPv4 gateway address to utilize for the interface.,Should be specified in xx.xx.xx.xx form.,Mutually exclusive with I(config_method=dhcp).
-
#log_path ⇒ Object?
A local path to a file to be used for debug logging.
-
#mtu ⇒ Integer?
The maximum transmission units (MTU), in bytes.,This allows you to configure a larger value for the MTU, in order to enable jumbo frames (any value > 1500).,Generally, it is necessary to have your host, switches, and other components not only support jumbo frames, but also have it configured properly.
-
#name ⇒ String
The channel of the port to modify the configuration of.,The list of choices is not necessarily comprehensive.
-
#state ⇒ :enabled, ...
When enabled, the provided configuration will be utilized.,When disabled, the IPv4 configuration will be cleared and IPv4 connectivity disabled.
-
#subnet_mask ⇒ String?
The subnet mask to utilize for the interface.,Should be specified in xx.xx.xx.xx form.,Mutually exclusive with I(config_method=dhcp).
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
#address ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_iscsi_interface.rb', line 24 attribute :address |
#config_method ⇒ :dhcp, ...
36 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_iscsi_interface.rb', line 36 attribute :config_method |
#controller ⇒ :A, :B
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_iscsi_interface.rb', line 12 attribute :controller |
#gateway ⇒ String?
32 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_iscsi_interface.rb', line 32 attribute :gateway |
#log_path ⇒ Object?
44 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_iscsi_interface.rb', line 44 attribute :log_path |
#mtu ⇒ Integer?
40 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_iscsi_interface.rb', line 40 attribute :mtu |
#name ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_iscsi_interface.rb', line 16 attribute :name |
#state ⇒ :enabled, ...
20 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_iscsi_interface.rb', line 20 attribute :state |
#subnet_mask ⇒ String?
28 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_iscsi_interface.rb', line 28 attribute :subnet_mask |