Class: Ansible::Ruby::Modules::Os_member

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/openstack/os_member.rb

Overview

Add or Remove a member for a pool from the OpenStack load-balancer service.

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

#addressString?

Returns The IP address of the member.

Returns:

  • (String, nil)

    The IP address of the member.



28
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_member.rb', line 28

attribute :address

#availability_zoneObject?

Returns Ignored. Present for backwards compatibility.

Returns:

  • (Object, nil)

    Ignored. Present for backwards compatibility



43
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_member.rb', line 43

attribute :availability_zone

#nameString

Returns Name that has to be given to the member.

Returns:

  • (String)

    Name that has to be given to the member



12
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_member.rb', line 12

attribute :name

#poolString

Returns The name or id of the pool that this member belongs to.

Returns:

  • (String)

    The name or id of the pool that this member belongs to.



20
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_member.rb', line 20

attribute :pool

#protocol_portInteger?

Returns The protocol port number for the member.

Returns:

  • (Integer, nil)

    The protocol port number for the member.



24
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_member.rb', line 24

attribute :protocol_port

#state:present, ...

Returns Should the resource be present or absent.

Returns:

  • (:present, :absent, nil)

    Should the resource be present or absent.



16
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_member.rb', line 16

attribute :state

#subnet_idObject?

Returns The subnet ID the member service is accessible from.

Returns:

  • (Object, nil)

    The subnet ID the member service is accessible from.



32
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_member.rb', line 32

attribute :subnet_id

#timeoutInteger?

Returns The amount of time the module should wait for the load balancer to get into ACTIVE state.

Returns:

  • (Integer, nil)

    The amount of time the module should wait for the load balancer to get into ACTIVE state.



39
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_member.rb', line 39

attribute :timeout

#wait:yes, ...

Returns If the module should wait for the load balancer to be ACTIVE.

Returns:

  • (:yes, :no, nil)

    If the module should wait for the load balancer to be ACTIVE.



35
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_member.rb', line 35

attribute :wait