Class: Ansible::Ruby::Modules::Na_ontap_cluster_peer

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

Overview

Create/Delete cluster peer relations on 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

#dest_cluster_nameString?

Returns The name of the destination cluster name in the peer relation to be deleted.

Returns:

  • (String, nil)

    The name of the destination cluster name in the peer relation to be deleted.



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

attribute :dest_cluster_name

#dest_hostnameString

Returns Destination cluster IP or hostname which needs to be peered.

Returns:

  • (String)

    Destination cluster IP or hostname which needs to be peered.



36
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_cluster_peer.rb', line 36

attribute :dest_hostname

#dest_intercluster_lifString?

Returns Intercluster address of the destination cluster.,Used as peer-address in source cluster.

Returns:

  • (String, nil)

    Intercluster address of the destination cluster.,Used as peer-address in source cluster.



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

attribute :dest_intercluster_lif

#dest_passwordObject?

Returns Destination password.,Optional if this is same as source password.

Returns:

  • (Object, nil)

    Destination password.,Optional if this is same as source password.



43
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_cluster_peer.rb', line 43

attribute :dest_password

#dest_usernameObject?

Returns Destination username.,Optional if this is same as source username.

Returns:

  • (Object, nil)

    Destination username.,Optional if this is same as source username.



40
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_cluster_peer.rb', line 40

attribute :dest_username

#passphraseString?

Returns The arbitrary passphrase that matches the one given to the peer cluster.

Returns:

  • (String, nil)

    The arbitrary passphrase that matches the one given to the peer cluster.



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

attribute :passphrase

#source_cluster_nameString?

Returns The name of the source cluster name in the peer relation to be deleted.

Returns:

  • (String, nil)

    The name of the source cluster name in the peer relation to be deleted.



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

attribute :source_cluster_name

#source_intercluster_lifString?

Returns Intercluster address of the source cluster.,Used as peer-address in destination cluster.

Returns:

  • (String, nil)

    Intercluster address of the source cluster.,Used as peer-address in destination cluster.



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

attribute :source_intercluster_lif

#state:present, ...

Returns Whether the specified cluster peer should exist or not.

Returns:

  • (:present, :absent, nil)

    Whether the specified cluster peer should exist or not.



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

attribute :state