Class: Ansible::Ruby::Modules::Na_elementsw_volume
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Na_elementsw_volume
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_volume.rb
Overview
Create, destroy, or update volumes on ElementSW
Instance Method Summary collapse
-
#access ⇒ :readOnly, ...
Access allowed for the volume.,readOnly Only read operations are allowed.,readWrite Reads and writes are allowed.,locked No reads or writes are allowed.,replicationTarget Identify a volume as the target volume for a paired set of volumes.,If the volume is not paired, the access status is locked.,If unspecified, the access settings of the clone will be the same as the source.
-
#account_id ⇒ Integer
Account ID for the owner of this volume.,It accepts Account_id or Account_name.
-
#attributes ⇒ Object?
A YAML dictionary of attributes that you would like to apply on this volume.
-
#enable512e ⇒ Symbol?
Required when C(state=present),Should the volume provide 512-byte sector emulation?.
-
#name ⇒ String
The name of the volume to manage.,It accepts volume_name or volume_id.
-
#password ⇒ String?
ElementSW access account password.
-
#qos ⇒ Hash?
Initial quality of service settings for this volume.
-
#size ⇒ Integer?
The size of the volume in (size_unit).,Required when C(state = present).
-
#size_unit ⇒ :bytes, ...
The unit used to interpret the size parameter.
-
#state ⇒ :present, :absent
Whether the specified volume should exist or not.
-
#username ⇒ String?
ElementSW access account user-name.
Methods inherited from Base
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
#access ⇒ :readOnly, ...
Returns Access allowed for the volume.,readOnly Only read operations are allowed.,readWrite Reads and writes are allowed.,locked No reads or writes are allowed.,replicationTarget Identify a volume as the target volume for a paired set of volumes.,If the volume is not paired, the access status is locked.,If unspecified, the access settings of the clone will be the same as the source.
43 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_volume.rb', line 43 attribute :access |
#account_id ⇒ Integer
Returns Account ID for the owner of this volume.,It accepts Account_id or Account_name.
20 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_volume.rb', line 20 attribute :account_id |
#attributes ⇒ Object?
Returns A YAML dictionary of attributes that you would like to apply on this volume.
32 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_volume.rb', line 32 attribute :attributes |
#enable512e ⇒ Symbol?
Returns Required when C(state=present),Should the volume provide 512-byte sector emulation?.
24 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_volume.rb', line 24 attribute :enable512e |
#name ⇒ String
Returns The name of the volume to manage.,It accepts volume_name or volume_id.
16 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_volume.rb', line 16 attribute :name |
#password ⇒ String?
Returns ElementSW access account password.
47 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_volume.rb', line 47 attribute :password |
#qos ⇒ Hash?
Returns Initial quality of service settings for this volume. Configure as dict in playbooks.
28 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_volume.rb', line 28 attribute :qos |
#size ⇒ Integer?
Returns The size of the volume in (size_unit).,Required when C(state = present).
35 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_volume.rb', line 35 attribute :size |
#size_unit ⇒ :bytes, ...
Returns The unit used to interpret the size parameter.
39 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_volume.rb', line 39 attribute :size_unit |
#state ⇒ :present, :absent
Returns Whether the specified volume should exist or not.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_volume.rb', line 12 attribute :state |
#username ⇒ String?
Returns ElementSW access account user-name.
51 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_volume.rb', line 51 attribute :username |