Class: Ansible::Ruby::Modules::Na_elementsw_cluster_pair

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

Overview

Create, delete cluster pair

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_mvipString

Returns Destination IP address of the cluster to be paired.

Returns:

  • (String)

    Destination IP address of the cluster to be paired.



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

attribute :dest_mvip

#dest_passwordString?

Returns Destination password for the cluster to be paired.,Optional if this is same as source cluster password.

Returns:

  • (String, nil)

    Destination password for the cluster to be paired.,Optional if this is same as source cluster password.



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

attribute :dest_password

#dest_usernameString?

Returns Destination username for the cluster to be paired.,Optional if this is same as source cluster username.

Returns:

  • (String, nil)

    Destination username for the cluster to be paired.,Optional if this is same as source cluster username.



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

attribute :dest_username

#state:present, ...

Returns Whether the specified cluster pair should exist or not.

Returns:

  • (:present, :absent, nil)

    Whether the specified cluster pair should exist or not.



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

attribute :state