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/extras/network/openvswitch_db.rb
Overview
Set column values in record in database table.
Instance Method Summary collapse
-
#column ⇒ Object
Identifies the column in the record.
-
#key ⇒ String
Identifies the key in the record column.
-
#record ⇒ String
Identifies the recoard in the table.
-
#table ⇒ String
Identifies the table in the database.
-
#timeout ⇒ Integer?
How long to wait for ovs-vswitchd to respond.
-
#value ⇒ String
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
#column ⇒ Object
Returns Identifies the column in the record.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb', line 19 attribute :column |
#key ⇒ String
Returns Identifies the key in the record column.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb', line 23 attribute :key |
#record ⇒ String
Returns Identifies the recoard in the table.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb', line 15 attribute :record |
#table ⇒ String
Returns Identifies the table in the database.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb', line 11 attribute :table |
#timeout ⇒ Integer?
Returns How long to wait for ovs-vswitchd to respond.
31 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb', line 31 attribute :timeout |
#value ⇒ String
Returns Expected value for the table, record, column and key.
27 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb', line 27 attribute :value |