Class: Ansible::Ruby::Modules::Os_port_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_port_facts.rb

Overview

Retrieve facts about ports from OpenStack.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#filtersHash?

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.

Returns:

  • (Hash, nil)

    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.



15
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_port_facts.rb', line 15

attribute :filters

#portString?

Returns Unique name or ID of a port.

Returns:

  • (String, nil)

    Unique name or ID of a port.



11
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_port_facts.rb', line 11

attribute :port