Class: Ansible::Ruby::Modules::Zfs_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Zfs_facts
- Defined in:
- lib/ansible/ruby/modules/generated/storage/zfs/zfs_facts.rb
Overview
Gather facts from ZFS dataset properties.
Instance Method Summary collapse
-
#depth ⇒ Object?
Specifiies recurion depth.
-
#name ⇒ String
ZFS dataset name.
-
#parsable ⇒ :yes, ...
Specifies if property values should be displayed in machine friendly format.
-
#properties ⇒ String?
Specifies which dataset properties should be queried in comma-separated format.
-
#recurse ⇒ :yes, ...
Specifies if properties for any children should be recursively displayed.
-
#type ⇒ :all, ...
Specifies which datasets types to display.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#depth ⇒ Object?
32 |
# File 'lib/ansible/ruby/modules/generated/storage/zfs/zfs_facts.rb', line 32 attribute :depth |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/storage/zfs/zfs_facts.rb', line 12 attribute :name |
#parsable ⇒ :yes, ...
20 |
# File 'lib/ansible/ruby/modules/generated/storage/zfs/zfs_facts.rb', line 20 attribute :parsable |
#properties ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/storage/zfs/zfs_facts.rb', line 24 attribute :properties |
#recurse ⇒ :yes, ...
16 |
# File 'lib/ansible/ruby/modules/generated/storage/zfs/zfs_facts.rb', line 16 attribute :recurse |
#type ⇒ :all, ...
28 |
# File 'lib/ansible/ruby/modules/generated/storage/zfs/zfs_facts.rb', line 28 attribute :type |