Class: Ansible::Ruby::Modules::Openvswitch_db

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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

#columnObject

Returns Identifies the column in the record.

Returns:

  • (Object)

    Identifies the column in the record.



19
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb', line 19

attribute :column

#keyString

Returns Identifies the key in the record column.

Returns:

  • (String)

    Identifies the key in the record column



23
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb', line 23

attribute :key

#recordString

Returns Identifies the recoard in the table.

Returns:

  • (String)

    Identifies the recoard in the table.



15
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb', line 15

attribute :record

#tableString

Returns Identifies the table in the database.

Returns:

  • (String)

    Identifies the table in the database.



11
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb', line 11

attribute :table

#timeoutInteger?

Returns How long to wait for ovs-vswitchd to respond.

Returns:

  • (Integer, nil)

    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

#valueString

Returns Expected value for the table, record, column and key.

Returns:

  • (String)

    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