Class: Ansible::Ruby::Modules::Ovh_ip_loadbalancing_backend

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

Overview

Manage OVH (French European hosting provider) LoadBalancing IP backends

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

#application_keyString

Returns The applicationKey to use.

Returns:

  • (String)

    The applicationKey to use



36
# File 'lib/ansible/ruby/modules/generated/cloud/ovh/ovh_ip_loadbalancing_backend.rb', line 36

attribute :application_key

#application_secretString

Returns The application secret to use.

Returns:

  • (String)

    The application secret to use



40
# File 'lib/ansible/ruby/modules/generated/cloud/ovh/ovh_ip_loadbalancing_backend.rb', line 40

attribute :application_secret

#backendString

Returns The IP address of the backend to update / modify / delete.

Returns:

  • (String)

    The IP address of the backend to update / modify / delete



16
# File 'lib/ansible/ruby/modules/generated/cloud/ovh/ovh_ip_loadbalancing_backend.rb', line 16

attribute :backend

#consumer_keyString

Returns The consumer key to use.

Returns:

  • (String)

    The consumer key to use



44
# File 'lib/ansible/ruby/modules/generated/cloud/ovh/ovh_ip_loadbalancing_backend.rb', line 44

attribute :consumer_key

#endpointString

Returns The endpoint to use ( for instance ovh-eu).

Returns:

  • (String)

    The endpoint to use ( for instance ovh-eu)



32
# File 'lib/ansible/ruby/modules/generated/cloud/ovh/ovh_ip_loadbalancing_backend.rb', line 32

attribute :endpoint

#nameString

Returns Name of the LoadBalancing internal name (ip-X.X.X.X).

Returns:

  • (String)

    Name of the LoadBalancing internal name (ip-X.X.X.X)



12
# File 'lib/ansible/ruby/modules/generated/cloud/ovh/ovh_ip_loadbalancing_backend.rb', line 12

attribute :name

#probe:none, ...

Returns Determines the type of probe to use for this backend.

Returns:

  • (:none, :http, :icmp, :oco, nil)

    Determines the type of probe to use for this backend



24
# File 'lib/ansible/ruby/modules/generated/cloud/ovh/ovh_ip_loadbalancing_backend.rb', line 24

attribute :probe

#state:present, ...

Returns Determines whether the backend is to be created/modified or deleted.

Returns:

  • (:present, :absent, nil)

    Determines whether the backend is to be created/modified or deleted



20
# File 'lib/ansible/ruby/modules/generated/cloud/ovh/ovh_ip_loadbalancing_backend.rb', line 20

attribute :state

#timeoutInteger?

Returns The timeout in seconds used to wait for a task to be completed.

Returns:

  • (Integer, nil)

    The timeout in seconds used to wait for a task to be completed.



48
# File 'lib/ansible/ruby/modules/generated/cloud/ovh/ovh_ip_loadbalancing_backend.rb', line 48

attribute :timeout

#weightInteger?

Returns Determines the weight for this backend.

Returns:

  • (Integer, nil)

    Determines the weight for this backend



28
# File 'lib/ansible/ruby/modules/generated/cloud/ovh/ovh_ip_loadbalancing_backend.rb', line 28

attribute :weight