Class: Ansible::Ruby::Modules::Na_ontap_snapmirror

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

Overview

Create/Delete/Initialize/Modify SnapMirror volume/vserver relationships

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

#destination_pathString?

Returns Specifies the destination endpoint of the SnapMirror relationship.

Returns:

  • (String, nil)

    Specifies the destination endpoint of the SnapMirror relationship.



35
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_snapmirror.rb', line 35

attribute :destination_path

#destination_volumeString?

Returns Specifies the name of the destination volume for the SnapMirror.

Returns:

  • (String, nil)

    Specifies the name of the destination volume for the SnapMirror.



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

attribute :destination_volume

#destination_vserverString?

Returns Name of the destination vserver for the SnapMirror.

Returns:

  • (String, nil)

    Name of the destination vserver for the SnapMirror.



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

attribute :destination_vserver

#relationship_type:data_protection, ...

Returns Specify the type of SnapMirror relationship.

Returns:

  • (:data_protection, :load_sharing, :vault, :restore, :transition_data_protection, :extended_data_protection, nil)

    Specify the type of SnapMirror relationship.



39
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_snapmirror.rb', line 39

attribute :relationship_type

#scheduleString?

Returns Specify the name of the current schedule, which is used to update the SnapMirror relationship.,Optional for create, modifiable.

Returns:

  • (String, nil)

    Specify the name of the current schedule, which is used to update the SnapMirror relationship.,Optional for create, modifiable.



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

attribute :schedule

#source_hostnameObject?

Returns Source hostname or IP address.,Required for SnapMirror delete.

Returns:

  • (Object, nil)

    Source hostname or IP address.,Required for SnapMirror delete



47
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_snapmirror.rb', line 47

attribute :source_hostname

#source_passwordObject?

Returns Source password.,Optional if this is same as destination password.

Returns:

  • (Object, nil)

    Source password.,Optional if this is same as destination password.



53
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_snapmirror.rb', line 53

attribute :source_password

#source_pathObject?

Returns Specifies the source endpoint of the SnapMirror relationship.

Returns:

  • (Object, nil)

    Specifies the source endpoint of the SnapMirror relationship.



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

attribute :source_path

#source_usernameObject?

Returns Source username.,Optional if this is same as destination username.

Returns:

  • (Object, nil)

    Source username.,Optional if this is same as destination username.



50
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_snapmirror.rb', line 50

attribute :source_username

#source_volumeString?

Returns Specifies the name of the source volume for the SnapMirror.

Returns:

  • (String, nil)

    Specifies the name of the source volume for the SnapMirror.



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

attribute :source_volume

#source_vserverString?

Returns Name of the source vserver for the SnapMirror.

Returns:

  • (String, nil)

    Name of the source vserver for the SnapMirror.



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

attribute :source_vserver

#state:present, ...

Returns Whether the specified relationship should exist or not.

Returns:

  • (:present, :absent, nil)

    Whether the specified relationship should exist or not.



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

attribute :state