Class: Ansible::Ruby::Modules::Na_ontap_snapshot
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Na_ontap_snapshot
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_snapshot.rb
Overview
Create/Modify/Delete ONTAP snapshots
Instance Method Summary collapse
-
#async_bool ⇒ Object?
If true, the snapshot is to be created asynchronously.
-
#comment ⇒ String?
A human readable comment attached with the snapshot.
-
#ignore_owners ⇒ Object?
If this field is true, snapshot will be deleted even if some other processes are accessing it.
-
#snapmirror_label ⇒ Object?
A human readable SnapMirror Label attached with the snapshot.
-
#snapshot ⇒ String
Name of the snapshot to be managed.
-
#snapshot_instance_uuid ⇒ Object?
The 128 bit unique snapshot identifier expressed in the form of UUID.
-
#state ⇒ :present, ...
If you want to create/modify a snapshot, or delete it.
-
#volume ⇒ String
Name of the volume on which the snapshot is to be created.
-
#vserver ⇒ String?
The Vserver name.
Methods inherited from Base
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_bool ⇒ Object?
Returns 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 |
#comment ⇒ String?
Returns A human readable comment attached with the snapshot. The size of the comment can be at most 255 characters.
27 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_snapshot.rb', line 27 attribute :comment |
#ignore_owners ⇒ Object?
Returns if this field is true, snapshot will be deleted even if some other processes are accessing it.
34 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_snapshot.rb', line 34 attribute :ignore_owners |
#snapmirror_label ⇒ Object?
Returns A human readable SnapMirror Label attached with the snapshot. Size of the label can be at most 31 characters.
31 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_snapshot.rb', line 31 attribute :snapmirror_label |
#snapshot ⇒ String
Returns 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_uuid ⇒ Object?
Returns The 128 bit unique snapshot identifier expressed in the form of UUID.
37 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_snapshot.rb', line 37 attribute :snapshot_instance_uuid |
#state ⇒ :present, ...
Returns 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 |
#volume ⇒ String
Returns 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 |
#vserver ⇒ String?
Returns The Vserver name.
40 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_snapshot.rb', line 40 attribute :vserver |