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
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, #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_bridge.rb', line 10 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.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_bridge.rb', line 22 attribute :external_ids |
#fail_mode ⇒ :secure, ...
Returns Set bridge fail-mode. The default value (None) is a No-op.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_bridge.rb', line 26 attribute :fail_mode |
#state ⇒ :present, ...
Returns Whether the bridge should exist.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_bridge.rb', line 14 attribute :state |
#timeout ⇒ Integer?
Returns How long to wait for ovs-vswitchd to respond.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_bridge.rb', line 18 attribute :timeout |