Class: Ansible::Ruby::Modules::Aws_sgw_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Aws_sgw_facts
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/amazon/aws_sgw_facts.rb
Overview
Fetch AWS Storage Gateway facts
Instance Method Summary collapse
-
#gather_file_shares ⇒ Boolean?
Gather file share information for storage gateways in s3 mode.
-
#gather_local_disks ⇒ Boolean?
Gather local disks attached to the storage gateway.
-
#gather_tapes ⇒ Boolean?
Gather tape information for storage gateways in tape mode.
-
#gather_volumes ⇒ Boolean?
Gather volume information for storage gateways in iSCSI (cached & stored) modes.
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
#gather_file_shares ⇒ Boolean?
Returns Gather file share information for storage gateways in s3 mode.
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_sgw_facts.rb', line 20 attribute :gather_file_shares |
#gather_local_disks ⇒ Boolean?
Returns Gather local disks attached to the storage gateway.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_sgw_facts.rb', line 12 attribute :gather_local_disks |
#gather_tapes ⇒ Boolean?
Returns Gather tape information for storage gateways in tape mode.
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_sgw_facts.rb', line 16 attribute :gather_tapes |
#gather_volumes ⇒ Boolean?
Returns Gather volume information for storage gateways in iSCSI (cached & stored) modes.
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_sgw_facts.rb', line 24 attribute :gather_volumes |