Class: Ansible::Ruby::Modules::Na_elementsw_cluster_pair
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Na_elementsw_cluster_pair
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_cluster_pair.rb
Overview
Create, delete cluster pair
Instance Method Summary collapse
-
#dest_mvip ⇒ String
Destination IP address of the cluster to be paired.
-
#dest_password ⇒ String?
Destination password for the cluster to be paired.,Optional if this is same as source cluster password.
-
#dest_username ⇒ String?
Destination username for the cluster to be paired.,Optional if this is same as source cluster username.
-
#state ⇒ :present, ...
Whether the specified cluster pair should exist or not.
Methods inherited from Base
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_mvip ⇒ String
Returns 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_password ⇒ String?
Returns 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_username ⇒ String?
Returns 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.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_cluster_pair.rb', line 12 attribute :state |