Class: Ansible::Ruby::Modules::Netapp_e_snapshot_group
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Netapp_e_snapshot_group
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_group.rb
Overview
Create, update, delete snapshot groups for NetApp E-series storage arrays
Instance Method Summary collapse
-
#api_password ⇒ String
The password to authenticate with the SANtricity WebServices Proxy or embedded REST API.
-
#api_url ⇒ String
The url to the SANtricity WebServices Proxy or embedded REST API.
-
#api_username ⇒ String
The username to authenticate with the SANtricity WebServices Proxy or embedded REST API.
-
#base_volume_name ⇒ String
The name of the base volume or thin volume to use as the base for the new snapshot group.,If a snapshot group with an identical C(name) already exists but with a different base volume an error will be returned.
-
#delete_limit ⇒ Integer?
The automatic deletion indicator.,If non-zero, the oldest snapshot image will be automatically deleted when creating a new snapshot image to keep the total number of snapshot images limited to the number specified.,This value is overridden by the consistency group setting if this snapshot group is associated with a consistency group.
-
#full_policy ⇒ :purgepit, ...
The behavior on when the data repository becomes full.,This value is overridden by consistency group setting if this snapshot group is associated with a consistency group.
-
#name ⇒ Object
The name to give the snapshot group.
-
#repo_pct ⇒ Integer?
The size of the repository in relation to the size of the base volume.
-
#rollback_priority ⇒ :highest, ...
The importance of the rollback operation.,This value is overridden by consistency group setting if this snapshot group is associated with a consistency group.
-
#state ⇒ :present, :absent
Whether to ensure the group is present or absent.
-
#storage_pool_name ⇒ String
The name of the storage pool on which to allocate the repository volume.
-
#validate_certs ⇒ Boolean?
Should https certificates be validated?.
-
#warning_threshold ⇒ Integer?
The repository utilization warning threshold, as a percentage of the repository volume capacity.
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
#api_password ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_group.rb', line 16 attribute :api_password |
#api_url ⇒ String
20 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_group.rb', line 20 attribute :api_url |
#api_username ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_group.rb', line 12 attribute :api_username |
#base_volume_name ⇒ String
36 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_group.rb', line 36 attribute :base_volume_name |
#delete_limit ⇒ Integer?
48 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_group.rb', line 48 attribute :delete_limit |
#full_policy ⇒ :purgepit, ...
52 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_group.rb', line 52 attribute :full_policy |
#name ⇒ Object
32 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_group.rb', line 32 attribute :name |
#repo_pct ⇒ Integer?
40 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_group.rb', line 40 attribute :repo_pct |
#rollback_priority ⇒ :highest, ...
60 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_group.rb', line 60 attribute :rollback_priority |
#state ⇒ :present, :absent
28 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_group.rb', line 28 attribute :state |
#storage_pool_name ⇒ String
56 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_group.rb', line 56 attribute :storage_pool_name |
#validate_certs ⇒ Boolean?
24 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_group.rb', line 24 attribute :validate_certs |
#warning_threshold ⇒ Integer?
44 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_group.rb', line 44 attribute :warning_threshold |