Class: Ansible::Ruby::Modules::Ovirt_quota_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ovirt_quota_facts
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_quota_facts.rb,
lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_quotas_facts.rb
Overview
Retrieve facts about one or more oVirt/RHV quotas.
Instance Method Summary collapse
-
#data_center ⇒ String
Name of the datacenter where quota resides.
-
#name ⇒ String?
Name of the quota, can be used as glob expression.
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
#data_center ⇒ String
Returns Name of the datacenter where quota resides.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_quota_facts.rb', line 12 attribute :data_center |
#name ⇒ String?
Returns Name of the quota, can be used as glob expression.
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_quota_facts.rb', line 16 attribute :name |