Class: Ansible::Ruby::Modules::Oneview_ethernet_network_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/remote_management/oneview/oneview_ethernet_network_facts.rb

Overview

Retrieve the facts about one or more of the Ethernet Networks from OneView.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#nameString?

Returns Ethernet Network name.

Returns:

  • (String, nil)

    Ethernet Network name.



12
# File 'lib/ansible/ruby/modules/generated/remote_management/oneview/oneview_ethernet_network_facts.rb', line 12

attribute :name

#optionsArray<String>, ...

Returns List with options to gather additional facts about an Ethernet Network and related resources. Options allowed: C(associatedProfiles) and C(associatedUplinkGroups).

Returns:

  • (Array<String>, String, nil)

    List with options to gather additional facts about an Ethernet Network and related resources. Options allowed: C(associatedProfiles) and C(associatedUplinkGroups).



16
# File 'lib/ansible/ruby/modules/generated/remote_management/oneview/oneview_ethernet_network_facts.rb', line 16

attribute :options