Class: Ansible::Ruby::Modules::Os_loadbalancer
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_loadbalancer
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/openstack/os_loadbalancer.rb
Overview
Add or Remove load balancer from the OpenStack load-balancer service.
Instance Method Summary collapse
-
#availability_zone ⇒ Object?
Ignored.
-
#name ⇒ String
Name that has to be given to the load balancer.
-
#state ⇒ :present, ...
Should the resource be present or absent.
-
#timeout ⇒ Integer?
The amount of time the module should wait for the load balancer to get into ACTIVE state.
-
#vip_address ⇒ String?
IP address of the load balancer virtual IP.
-
#vip_network ⇒ String?
The name or id of the network for the virtual IP of the load balancer.
-
#vip_port ⇒ Object?
The name or id of the load balancer virtual IP port.
-
#vip_subnet ⇒ String?
The name or id of the subnet for the virtual IP of the load balancer.
-
#wait ⇒ :yes, ...
If the module should wait for the load balancer to be created.
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
#availability_zone ⇒ Object?
43 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_loadbalancer.rb', line 43 attribute :availability_zone |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_loadbalancer.rb', line 12 attribute :name |
#state ⇒ :present, ...
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_loadbalancer.rb', line 16 attribute :state |
#timeout ⇒ Integer?
39 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_loadbalancer.rb', line 39 attribute :timeout |
#vip_address ⇒ String?
31 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_loadbalancer.rb', line 31 attribute :vip_address |
#vip_network ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_loadbalancer.rb', line 20 attribute :vip_network |
#vip_port ⇒ Object?
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_loadbalancer.rb', line 28 attribute :vip_port |
#vip_subnet ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_loadbalancer.rb', line 24 attribute :vip_subnet |
#wait ⇒ :yes, ...
35 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_loadbalancer.rb', line 35 attribute :wait |