Class: Ansible::Ruby::Modules::Os_project_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_project_facts
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project_facts.rb
Instance Method Summary collapse
-
#domain ⇒ String?
Name or ID of the domain containing the project if the cloud supports domains.
-
#filters ⇒ Hash?
A dictionary of meta data to use for further filtering.
-
#name ⇒ String
Name or ID of the project.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#domain ⇒ String?
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project_facts.rb', line 14 attribute :domain |
#filters ⇒ Hash?
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project_facts.rb', line 18 attribute :filters |
#name ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project_facts.rb', line 10 attribute :name |