Class: Ansible::Ruby::Modules::Os_subnets_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_subnets_facts
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/openstack/os_subnets_facts.rb
Instance Method Summary collapse
-
#filters ⇒ Hash?
A dictionary of meta data to use for further filtering.
-
#subnet ⇒ Object?
Name or ID of the subnet.
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
#filters ⇒ Hash?
Returns A dictionary of meta data to use for further filtering. Elements of this dictionary may be additional dictionaries.
13 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_subnets_facts.rb', line 13 attribute :filters |
#subnet ⇒ Object?
Returns Name or ID of the subnet.
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_subnets_facts.rb', line 10 attribute :subnet |