Class: Ansible::Ruby::Modules::Os_port_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_port_facts
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_port_facts.rb
Instance Method Summary collapse
-
#filters ⇒ Hash?
A dictionary of meta data to use for further filtering.
-
#port ⇒ String?
Unique name or ID of a port.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
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 will be matched against the returned port dictionaries. Matching is currently limited to strings within the port dictionary, or strings within nested dictionaries.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_port_facts.rb', line 14 attribute :filters |
#port ⇒ String?
Returns Unique name or ID of a port.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_port_facts.rb', line 10 attribute :port |