Class: Ansible::Ruby::Modules::Openvswitch_db
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Openvswitch_db
- Defined in:
- lib/ansible/ruby/modules/generated/network/ovs/openvswitch_db.rb
Overview
Set column values in record in database table.
Instance Method Summary collapse
-
#col ⇒ String
Identifies the column in the record.
-
#key ⇒ String?
Identifies the key in the record column, when the column is a map type.
-
#record ⇒ String
Identifies the recoard in the table.
-
#state ⇒ :present, ...
Configures the state of the key.
-
#table ⇒ String
Identifies the table in the database.
-
#timeout ⇒ Integer?
How long to wait for ovs-vswitchd to respond.
-
#value ⇒ Boolean
Expected value for the table, record, column and key.
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
#col ⇒ String
24 |
# File 'lib/ansible/ruby/modules/generated/network/ovs/openvswitch_db.rb', line 24 attribute :col |
#key ⇒ String?
28 |
# File 'lib/ansible/ruby/modules/generated/network/ovs/openvswitch_db.rb', line 28 attribute :key |
#record ⇒ String
20 |
# File 'lib/ansible/ruby/modules/generated/network/ovs/openvswitch_db.rb', line 20 attribute :record |
#state ⇒ :present, ...
12 |
# File 'lib/ansible/ruby/modules/generated/network/ovs/openvswitch_db.rb', line 12 attribute :state |
#table ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/network/ovs/openvswitch_db.rb', line 16 attribute :table |
#timeout ⇒ Integer?
36 |
# File 'lib/ansible/ruby/modules/generated/network/ovs/openvswitch_db.rb', line 36 attribute :timeout |
#value ⇒ Boolean
32 |
# File 'lib/ansible/ruby/modules/generated/network/ovs/openvswitch_db.rb', line 32 attribute :value |