Class: Ansible::Ruby::Modules::Na_ontap_snapshot

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

Overview

Create/Modify/Delete ONTAP snapshots

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#async_boolSymbol?

Returns If true, the snapshot is to be created asynchronously.

Returns:

  • (Symbol, nil)

    If true, the snapshot is to be created asynchronously.



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

attribute :async_bool

#commentString?

Returns A human readable comment attached with the snapshot. The size of the comment can be at most 255 characters.

Returns:

  • (String, nil)

    A human readable comment attached with the snapshot. The size of the comment can be at most 255 characters.



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

attribute :comment

#ignore_ownersSymbol?

Returns if this field is true, snapshot will be deleted even if some other processes are accessing it.

Returns:

  • (Symbol, nil)

    if this field is true, snapshot will be deleted even if some other processes are accessing it.



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

attribute :ignore_owners

#snapmirror_labelObject?

Returns A human readable SnapMirror Label attached with the snapshot. Size of the label can be at most 31 characters.

Returns:

  • (Object, nil)

    A human readable SnapMirror Label attached with the snapshot. Size of the label can be at most 31 characters.



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

attribute :snapmirror_label

#snapshotString

Returns Name of the snapshot to be managed. The maximum string length is 256 characters.

Returns:

  • (String)

    Name of the snapshot to be managed. The maximum string length is 256 characters.



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

attribute :snapshot

#snapshot_instance_uuidObject?

Returns The 128 bit unique snapshot identifier expressed in the form of UUID.

Returns:

  • (Object, nil)

    The 128 bit unique snapshot identifier expressed in the form of UUID.



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

attribute :snapshot_instance_uuid

#state:present, ...

Returns If you want to create/modify a snapshot, or delete it.

Returns:

  • (:present, :absent, nil)

    If you want to create/modify a snapshot, or delete it.



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

attribute :state

#volumeString

Returns Name of the volume on which the snapshot is to be created.

Returns:

  • (String)

    Name of the volume on which the snapshot is to be created.



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

attribute :volume

#vserverString?

Returns The Vserver name.

Returns:

  • (String, nil)

    The Vserver name



42
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_snapshot.rb', line 42

attribute :vserver