Class: Ansible::Ruby::Modules::Ovh_ip_loadbalancing_backend
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ovh_ip_loadbalancing_backend
- 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
-
#application_key ⇒ String
The applicationKey to use.
-
#application_secret ⇒ String
The application secret to use.
-
#backend ⇒ String
The IP address of the backend to update / modify / delete.
-
#consumer_key ⇒ String
The consumer key to use.
-
#endpoint ⇒ String
The endpoint to use ( for instance ovh-eu).
-
#name ⇒ String
Name of the LoadBalancing internal name (ip-X.X.X.X).
-
#probe ⇒ :none, ...
Determines the type of probe to use for this backend.
-
#state ⇒ :present, ...
Determines whether the backend is to be created/modified or deleted.
-
#timeout ⇒ Integer?
The timeout in seconds used to wait for a task to be completed.
-
#weight ⇒ Integer?
Determines the weight for this backend.
Methods inherited from Base
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_key ⇒ String
Returns The applicationKey to use.
36 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovh/ovh_ip_loadbalancing_backend.rb', line 36 attribute :application_key |
#application_secret ⇒ String
Returns The application secret to use.
40 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovh/ovh_ip_loadbalancing_backend.rb', line 40 attribute :application_secret |
#backend ⇒ String
Returns 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_key ⇒ String
Returns The consumer key to use.
44 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovh/ovh_ip_loadbalancing_backend.rb', line 44 attribute :consumer_key |
#endpoint ⇒ String
Returns 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 |
#name ⇒ String
Returns 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.
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.
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovh/ovh_ip_loadbalancing_backend.rb', line 20 attribute :state |
#timeout ⇒ Integer?
Returns 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 |
#weight ⇒ Integer?
Returns Determines the weight for this backend.
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovh/ovh_ip_loadbalancing_backend.rb', line 28 attribute :weight |