Class: Ansible::Ruby::Modules::Na_ontap_service_processor_network

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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

#address_type:ipv4, :ipv6

Returns Specify address class.

Returns:

  • (:ipv4, :ipv6)

    Specify address class.



16
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 16

attribute :address_type

#dhcp:v4, ...

Returns Specify dhcp type.

Returns:

  • (:v4, :none, nil)

    Specify dhcp type.



28
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 28

attribute :dhcp

#gateway_ip_addressObject?

Returns Specify the gateway ip.

Returns:

  • (Object, nil)

    Specify the gateway ip.



32
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 32

attribute :gateway_ip_address

#ip_addressObject?

Returns Specify the service processor ip address.

Returns:

  • (Object, nil)

    Specify the service processor ip address.



35
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 35

attribute :ip_address

#is_enabledSymbol

Returns Specify whether to enable or disable the service processor network.

Returns:

  • (Symbol)

    Specify whether to enable or disable the service processor network.



20
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 20

attribute :is_enabled

#netmaskObject?

Returns Specify the service processor netmask.

Returns:

  • (Object, nil)

    Specify the service processor netmask.



38
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 38

attribute :netmask

#nodeString

Returns The node where the service processor network should be enabled.

Returns:

  • (String)

    The node where the service processor network should be enabled



24
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 24

attribute :node

#prefix_lengthObject?

Returns Specify the service processor prefix_length.

Returns:

  • (Object, nil)

    Specify the service processor prefix_length.



41
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 41

attribute :prefix_length

#state:present?

Returns Whether the specified service processor network should exist or not.

Returns:

  • (:present, nil)

    Whether the specified service processor network should exist or not.



12
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_service_processor_network.rb', line 12

attribute :state