Class: Ansible::Ruby::Modules::Na_ontap_service_processor_network
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Na_ontap_service_processor_network
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb
Overview
Modify a ONTAP service processor network
Instance Method Summary collapse
-
#address_type ⇒ :ipv4, :ipv6
Specify address class.
-
#dhcp ⇒ :v4, ...
Specify dhcp type.
-
#gateway_ip_address ⇒ Object?
Specify the gateway ip.
-
#ip_address ⇒ Object?
Specify the service processor ip address.
-
#is_enabled ⇒ Symbol
Specify whether to enable or disable the service processor network.
-
#netmask ⇒ Object?
Specify the service processor netmask.
-
#node ⇒ String
The node where the service processor network should be enabled.
-
#prefix_length ⇒ Object?
Specify the service processor prefix_length.
-
#state ⇒ :present?
Whether the specified service processor network should exist or not.
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_type ⇒ :ipv4, :ipv6
16 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 16 attribute :address_type |
#dhcp ⇒ :v4, ...
28 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 28 attribute :dhcp |
#gateway_ip_address ⇒ Object?
32 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 32 attribute :gateway_ip_address |
#ip_address ⇒ Object?
35 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 35 attribute :ip_address |
#is_enabled ⇒ Symbol
20 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 20 attribute :is_enabled |
#netmask ⇒ Object?
38 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 38 attribute :netmask |
#node ⇒ String
24 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 24 attribute :node |
#prefix_length ⇒ Object?
41 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 41 attribute :prefix_length |
#state ⇒ :present?
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 12 attribute :state |