Class: Ansible::Ruby::Modules::Openvswitch_port
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Openvswitch_port
- Defined in:
- lib/ansible/ruby/modules/generated/extras/network/openvswitch_port.rb
Instance Method Summary collapse
-
#bridge ⇒ String
Name of bridge to manage.
-
#external_ids ⇒ Object?
Dictionary of external_ids applied to a port.
-
#port ⇒ String
Name of port to manage on the bridge.
-
#set ⇒ String?
Set a single property on a port.
-
#state ⇒ :present, ...
Whether the port should exist.
-
#timeout ⇒ Integer?
How long to wait for ovs-vswitchd to respond.
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
#bridge ⇒ String
Returns Name of bridge to manage.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_port.rb', line 10 attribute :bridge |
#external_ids ⇒ Object?
Returns Dictionary of external_ids applied to a port.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_port.rb', line 26 attribute :external_ids |
#port ⇒ String
Returns Name of port to manage on the bridge.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_port.rb', line 14 attribute :port |
#set ⇒ String?
Returns Set a single property on a port.
29 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_port.rb', line 29 attribute :set |
#state ⇒ :present, ...
Returns Whether the port should exist.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_port.rb', line 18 attribute :state |
#timeout ⇒ Integer?
Returns How long to wait for ovs-vswitchd to respond.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_port.rb', line 22 attribute :timeout |