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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

#columnObject

Returns Identifies the column in the record.

Returns:

  • (Object)

    Identifies the column in the record.



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

attribute :column

#keyString

Returns Identifies the key in the record column.

Returns:

  • (String)

    Identifies the key in the record column



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

attribute :key

#recordString

Returns Identifies the recoard in the table.

Returns:

  • (String)

    Identifies the recoard in the table.



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

attribute :record

#tableString

Returns Identifies the table in the database.

Returns:

  • (String)

    Identifies the table in the database.



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

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



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

attribute :timeout

#valueString

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

Returns:

  • (String)

    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