Class: Ansible::Ruby::Modules::Openvswitch_bridge
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Openvswitch_bridge
- Defined in:
- lib/ansible/ruby/modules/generated/extras/network/openvswitch_bridge.rb
Overview
Manage Open vSwitch bridges
Instance Method Summary collapse
-
#bridge ⇒ String
Name of bridge to manage.
-
#external_ids ⇒ Hash?
A dictionary of external-ids.
-
#fail_mode ⇒ :secure, ...
Set bridge fail-mode.
-
#state ⇒ :present, ...
Whether the bridge 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, remove_existing_validations, #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.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_bridge.rb', line 11 attribute :bridge |
#external_ids ⇒ Hash?
Returns A dictionary of external-ids. Omitting this parameter is a No-op. To clear all external-ids pass an empty value.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_bridge.rb', line 23 attribute :external_ids |
#fail_mode ⇒ :secure, ...
Returns Set bridge fail-mode. The default value (None) is a No-op.
27 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_bridge.rb', line 27 attribute :fail_mode |
#state ⇒ :present, ...
Returns Whether the bridge should exist.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_bridge.rb', line 15 attribute :state |
#timeout ⇒ Integer?
Returns How long to wait for ovs-vswitchd to respond.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_bridge.rb', line 19 attribute :timeout |