Class: Ansible::Ruby::Modules::Aws_sgw_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/amazon/aws_sgw_facts.rb

Overview

Fetch AWS Storage Gateway facts

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

#gather_file_sharesBoolean?

Returns Gather file share information for storage gateways in s3 mode.

Returns:

  • (Boolean, nil)

    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_disksBoolean?

Returns Gather local disks attached to the storage gateway.

Returns:

  • (Boolean, nil)

    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_tapesBoolean?

Returns Gather tape information for storage gateways in tape mode.

Returns:

  • (Boolean, nil)

    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_volumesBoolean?

Returns Gather volume information for storage gateways in iSCSI (cached & stored) modes.

Returns:

  • (Boolean, nil)

    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