Class: Ansible::Ruby::Modules::Na_ontap_ucadapter

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_ucadapter.rb

Overview

modify the UC adapter mode and type taking pending type and mode into account.

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

#adapter_nameString

Returns Specifies the adapter name.

Returns:

  • (String)

    Specifies the adapter name.



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

attribute :adapter_name

#modeString?

Returns Specifies the mode of the adapter.

Returns:

  • (String, nil)

    Specifies the mode of the adapter.



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

attribute :mode

#node_nameString

Returns Specifies the adapter home node.

Returns:

  • (String)

    Specifies the adapter home node.



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

attribute :node_name

#state:present?

Returns Whether the specified adapter should exist.

Returns:

  • (:present, nil)

    Whether the specified adapter should exist.



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

attribute :state

#typeString?

Returns Specifies the fc4 type of the adapter.

Returns:

  • (String, nil)

    Specifies the fc4 type of the adapter.



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

attribute :type