Class: Ansible::Ruby::Modules::Na_elementsw_access_group
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Na_elementsw_access_group
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_access_group.rb
Overview
Create, destroy, or update access groups on Element Software Cluster.
Instance Method Summary collapse
-
#attributes ⇒ Hash?
List of Name/Value pairs in JSON object format.
-
#initiators ⇒ Object?
List of initiators to include in the access group.
-
#new_name ⇒ String?
New name for the access group for create and modify operation.,Required for create operation.
-
#src_access_group_id ⇒ String, ...
ID or Name of the access group to modify or delete.,Required for delete and modify operations.
-
#state ⇒ :present, :absent
Whether the specified access group should exist or not.
-
#virtual_network_id ⇒ Object?
The ID of the Element SW Software Cluster Virtual Network ID to associate the access group with.
-
#virtual_network_tags ⇒ Object?
The ID of the VLAN Virtual Network Tag to associate the access group with.
-
#volumes ⇒ Array<Integer>, ...
List of volumes to initially include in the volume access group.
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
#attributes ⇒ Hash?
Returns List of Name/Value pairs in JSON object format.
37 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_access_group.rb', line 37 attribute :attributes |
#initiators ⇒ Object?
Returns List of initiators to include in the access group. If unspecified, the access group will start out without configured initiators.
24 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_access_group.rb', line 24 attribute :initiators |
#new_name ⇒ String?
Returns New name for the access group for create and modify operation.,Required for create operation.
20 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_access_group.rb', line 20 attribute :new_name |
#src_access_group_id ⇒ String, ...
Returns ID or Name of the access group to modify or delete.,Required for delete and modify operations.
16 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_access_group.rb', line 16 attribute :src_access_group_id |
#state ⇒ :present, :absent
Returns Whether the specified access group should exist or not.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_access_group.rb', line 12 attribute :state |
#virtual_network_id ⇒ Object?
Returns The ID of the Element SW Software Cluster Virtual Network ID to associate the access group with.
31 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_access_group.rb', line 31 attribute :virtual_network_id |
#virtual_network_tags ⇒ Object?
Returns The ID of the VLAN Virtual Network Tag to associate the access group with.
34 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_access_group.rb', line 34 attribute :virtual_network_tags |
#volumes ⇒ Array<Integer>, ...
Returns List of volumes to initially include in the volume access group. If unspecified, the access group will start without any volumes.
27 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_access_group.rb', line 27 attribute :volumes |