Class: Ansible::Ruby::Modules::Na_ontap_license

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

Overview

Add or remove licenses on NetApp ONTAP.

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

#license_codesArray<String>, ...

Returns List of license codes to be added.

Returns:

  • (Array<String>, String, nil)

    List of license codes to be added.



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

attribute :license_codes

#license_namesArray<String>, ...

Returns List of license-names to delete.

Returns:

  • (Array<String>, String, nil)

    List of license-names to delete.



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

attribute :license_names

#remove_expiredSymbol?

Returns Remove licenses that have expired in the cluster.

Returns:

  • (Symbol, nil)

    Remove licenses that have expired in the cluster.



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

attribute :remove_expired

#remove_unusedSymbol?

Returns Remove licenses that have no controller affiliation in the cluster.

Returns:

  • (Symbol, nil)

    Remove licenses that have no controller affiliation in the cluster.



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

attribute :remove_unused

#serial_numberNilClass?

Returns Serial number of the node associated with the license. This parameter is used primarily when removing license for a specific service.

Returns:

  • (NilClass, nil)

    Serial number of the node associated with the license. This parameter is used primarily when removing license for a specific service.



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

attribute :serial_number

#state:present, ...

Returns Whether the specified license should exist or not.

Returns:

  • (:present, :absent, nil)

    Whether the specified license should exist or not.



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

attribute :state