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

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

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#colString

Returns Identifies the column in the record.

Returns:

  • (String)

    Identifies the column in the record.



24
# File 'lib/ansible/ruby/modules/generated/network/ovs/openvswitch_db.rb', line 24

attribute :col

#keyString?

Returns Identifies the key in the record column, when the column is a map type.

Returns:

  • (String, nil)

    Identifies the key in the record column, when the column is a map type.



28
# File 'lib/ansible/ruby/modules/generated/network/ovs/openvswitch_db.rb', line 28

attribute :key

#recordString

Returns Identifies the recoard in the table.

Returns:

  • (String)

    Identifies the recoard in the table.



20
# File 'lib/ansible/ruby/modules/generated/network/ovs/openvswitch_db.rb', line 20

attribute :record

#state:present, ...

Returns Configures the state of the key. When set to I(present), the I(key) and I(value) pair will be set on the I(record) and when set to I(absent) the I(key) will not be set.

Returns:

  • (:present, :absent, nil)

    Configures the state of the key. When set to I(present), the I(key) and I(value) pair will be set on the I(record) and when set to I(absent) the I(key) will not be set.



12
# File 'lib/ansible/ruby/modules/generated/network/ovs/openvswitch_db.rb', line 12

attribute :state

#tableString

Returns Identifies the table in the database.

Returns:

  • (String)

    Identifies the table in the database.



16
# File 'lib/ansible/ruby/modules/generated/network/ovs/openvswitch_db.rb', line 16

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



36
# File 'lib/ansible/ruby/modules/generated/network/ovs/openvswitch_db.rb', line 36

attribute :timeout

#valueBoolean

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

Returns:

  • (Boolean)

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



32
# File 'lib/ansible/ruby/modules/generated/network/ovs/openvswitch_db.rb', line 32

attribute :value