Class: Ansible::Ruby::Modules::Netapp_e_snapshot_images

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

Overview

Create and delete snapshots images on snapshot groups for NetApp E-series storage arrays. Only the oldest snapshot image can be deleted so consistency is preserved. Related: Snapshot volumes are created from snapshot images.

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

#api_passwordString

Returns The password to authenticate with the SANtricity WebServices Proxy or embedded REST API.

Returns:

  • (String)

    The password to authenticate with the SANtricity WebServices Proxy or embedded REST API.



18
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_images.rb', line 18

attribute :api_password

#api_urlString

Returns The url to the SANtricity WebServices Proxy or embedded REST API.

Returns:

  • (String)

    The url to the SANtricity WebServices Proxy or embedded REST API.



22
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_images.rb', line 22

attribute :api_url

#api_usernameString

Returns The username to authenticate with the SANtricity WebServices Proxy or embedded REST API.

Returns:

  • (String)

    The username to authenticate with the SANtricity WebServices Proxy or embedded REST API.



14
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_images.rb', line 14

attribute :api_username

#snapshot_groupString

Returns The name of the snapshot group in which you want to create a snapshot image.

Returns:

  • (String)

    The name of the snapshot group in which you want to create a snapshot image.



30
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_images.rb', line 30

attribute :snapshot_group

#state:create, :remove

Returns Whether a new snapshot image should be created or oldest be deleted.

Returns:

  • (:create, :remove)

    Whether a new snapshot image should be created or oldest be deleted.



34
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_images.rb', line 34

attribute :state

#validate_certsBoolean?

Returns Should https certificates be validated?.

Returns:

  • (Boolean, nil)

    Should https certificates be validated?



26
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_images.rb', line 26

attribute :validate_certs