Class: Ansible::Ruby::Modules::Na_elementsw_snapshot_restore

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

Overview

Element OS Cluster restore snapshot to volume.

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

#account_idString

Returns Account ID or Name of Parent/Source Volume.

Returns:

  • (String)

    Account ID or Name of Parent/Source Volume.



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

attribute :account_id

#dest_volume_nameString

Returns New Name of destination for restoring the snapshot.

Returns:

  • (String)

    New Name of destination for restoring the snapshot



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

attribute :dest_volume_name

#src_snapshot_idString

Returns ID or Name of an existing snapshot.

Returns:

  • (String)

    ID or Name of an existing snapshot.



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

attribute :src_snapshot_id

#src_volume_idString

Returns ID or Name of source active volume.

Returns:

  • (String)

    ID or Name of source active volume.



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

attribute :src_volume_id