Class: Ansible::Ruby::Modules::Na_ontap_cg_snapshot

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

Overview

Create consistency group snapshot for ONTAP volumes.

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

#snapmirror_labelObject?

Returns A human readable SnapMirror label to be attached with the consistency group snapshot copies.

Returns:

  • (Object, nil)

    A human readable SnapMirror label to be attached with the consistency group snapshot copies.



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

attribute :snapmirror_label

#snapshotString

Returns The provided name of the snapshot that is created in each volume.

Returns:

  • (String)

    The provided name of the snapshot that is created in each volume.



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

attribute :snapshot

#stateString?

Returns If you want to create a snapshot.

Returns:

  • (String, nil)

    If you want to create a snapshot.



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

attribute :state

#timeout:urgent, ...

Returns Timeout selector.

Returns:

  • (:urgent, :medium, :relaxed, nil)

    Timeout selector.



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

attribute :timeout

#volumesObject

Returns A list of volumes in this filer that is part of this CG operation.

Returns:

  • (Object)

    A list of volumes in this filer that is part of this CG operation.



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

attribute :volumes

#vserverString

Returns Name of the vserver.

Returns:

  • (String)

    Name of the vserver.



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

attribute :vserver