Class: Ansible::Ruby::Modules::Netapp_e_snapshot_volume

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

Overview

Create, update, remove snapshot volumes for NetApp E/EF-Series storage arrays.

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.



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

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.



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

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.



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

attribute :api_username

#full_thresholdInteger?

Returns The repository utilization warning threshold percentage.

Returns:

  • (Integer, nil)

    The repository utilization warning threshold percentage



36
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_volume.rb', line 36

attribute :full_threshold

#nameString

Returns The name you wish to give the snapshot volume.

Returns:

  • (String)

    The name you wish to give the snapshot volume



40
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_volume.rb', line 40

attribute :name

#repo_percentageInteger?

Returns The size of the view in relation to the size of the base volume.

Returns:

  • (Integer, nil)

    The size of the view in relation to the size of the base volume



48
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_volume.rb', line 48

attribute :repo_percentage

#snapshot_image_idString

Returns The identifier of the snapshot image used to create the new snapshot volume.,Note: You’ll likely want to use the M(netapp_e_facts) module to find the ID of the image you want.

Returns:

  • (String)

    The identifier of the snapshot image used to create the new snapshot volume.,Note: You’ll likely want to use the M(netapp_e_facts) module to find the ID of the image you want.



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

attribute :snapshot_image_id

#ssidString

Returns storage array ID.

Returns:

  • (String)

    storage array ID



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

attribute :ssid

#state:absent, :present

Returns Whether to create or remove the snapshot volume.

Returns:

  • (:absent, :present)

    Whether to create or remove the snapshot volume



56
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_volume.rb', line 56

attribute :state

#storage_pool_nameString

Returns Name of the storage pool on which to allocate the repository volume.

Returns:

  • (String)

    Name of the storage pool on which to allocate the repository volume.



52
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_volume.rb', line 52

attribute :storage_pool_name

#validate_certsBoolean?

Returns Should https certificates be validated?.

Returns:

  • (Boolean, nil)

    Should https certificates be validated?



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

attribute :validate_certs

#view_mode:modeUnknown, ...

Returns The snapshot volume access mode.

Returns:

  • (:modeUnknown, :readWrite, :readOnly, :__UNDEFINED)

    The snapshot volume access mode



44
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_snapshot_volume.rb', line 44

attribute :view_mode