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
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, #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.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb', line 18 attribute :column |
#key ⇒ String
Returns Identifies the key in the record column.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb', line 22 attribute :key |
#record ⇒ String
Returns Identifies the recoard in the table.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb', line 14 attribute :record |
#table ⇒ String
Returns Identifies the table in the database.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb', line 10 attribute :table |
#timeout ⇒ Integer?
Returns How long to wait for ovs-vswitchd to respond.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb', line 30 attribute :timeout |
#value ⇒ String
Returns Expected value for the table, record, column and key.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb', line 26 attribute :value |