Class: Ansible::Ruby::Modules::Na_ontap_cluster

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

Overview

Create or join or apply licenses to ONTAP clusters

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

#cluster_ip_addressString?

Returns IP address of cluster to be joined.

Returns:

  • (String, nil)

    IP address of cluster to be joined



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

attribute :cluster_ip_address

#cluster_nameString?

Returns The name of the cluster to manage.

Returns:

  • (String, nil)

    The name of the cluster to manage.



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

attribute :cluster_name

#license_codeString?

Returns License code to be applied to the cluster.

Returns:

  • (String, nil)

    License code to be applied to the cluster



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

attribute :license_code

#license_packageObject?

Returns License package name of the license to be removed.

Returns:

  • (Object, nil)

    License package name of the license to be removed



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

attribute :license_package

#node_serial_numberObject?

Returns Serial number of the cluster node.

Returns:

  • (Object, nil)

    Serial number of the cluster node



31
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_cluster.rb', line 31

attribute :node_serial_number

#state:present?

Returns Whether the specified cluster should exist or not.

Returns:

  • (:present, nil)

    Whether the specified cluster should exist or not.



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

attribute :state