Class: Ansible::Ruby::Modules::Zpool_facts

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

Overview

Gather facts from ZFS pool properties.

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

#nameObject?

Returns ZFS pool name.

Returns:

  • (Object, nil)

    ZFS pool name.



12
# File 'lib/ansible/ruby/modules/generated/storage/zfs/zpool_facts.rb', line 12

attribute :name

#parsableSymbol?

Returns Specifies if property values should be displayed in machine friendly format.

Returns:

  • (Symbol, nil)

    Specifies if property values should be displayed in machine friendly format.



15
# File 'lib/ansible/ruby/modules/generated/storage/zfs/zpool_facts.rb', line 15

attribute :parsable

#propertiesString?

Returns Specifies which dataset properties should be queried in comma-separated format. For more information about dataset properties, check zpool(1M) man page.

Returns:

  • (String, nil)

    Specifies which dataset properties should be queried in comma-separated format. For more information about dataset properties, check zpool(1M) man page.



19
# File 'lib/ansible/ruby/modules/generated/storage/zfs/zpool_facts.rb', line 19

attribute :properties