Class: Ansible::Ruby::Modules::Openvswitch_port

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/network/openvswitch_port.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

#bridgeString

Returns Name of bridge to manage.

Returns:

  • (String)

    Name of bridge to manage



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

attribute :bridge

#external_idsObject?

Returns Dictionary of external_ids applied to a port.

Returns:

  • (Object, nil)

    Dictionary of external_ids applied to a port.



26
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_port.rb', line 26

attribute :external_ids

#portString

Returns Name of port to manage on the bridge.

Returns:

  • (String)

    Name of port to manage on the bridge



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

attribute :port

#setString?

Returns Set a single property on a port.

Returns:

  • (String, nil)

    Set a single property on a port.



29
# File 'lib/ansible/ruby/modules/generated/extras/network/openvswitch_port.rb', line 29

attribute :set

#state:present, ...

Returns Whether the port should exist.

Returns:

  • (:present, :absent, nil)

    Whether the port should exist



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

attribute :state

#timeoutInteger?

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

Returns:

  • (Integer, nil)

    How long to wait for ovs-vswitchd to respond



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

attribute :timeout