Class: Ansible::Ruby::Modules::Cs_loadbalancer_rule_member
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_loadbalancer_rule_member
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb
Overview
Add and remove load balancer rule members.
Instance Method Summary collapse
-
#account ⇒ Object?
Account the rule is related to.
-
#domain ⇒ Object?
Domain the rule is related to.
-
#ip_address ⇒ Object?
Public IP address from where the network traffic will be load balanced from.,Only needed to find the rule if C(name) is not unique.
-
#name ⇒ String
The name of the load balancer rule.
-
#project ⇒ Object?
Name of the project the firewall rule is related to.
-
#state ⇒ :present, ...
Should the VMs be present or absent from the rule.
-
#vms ⇒ Array<String>, String
List of VMs to assign to or remove from the rule.
-
#zone ⇒ Object?
Name of the zone in which the rule should be located.,If not set, default zone is used.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#account ⇒ Object?
Returns Account the rule is related to.
32 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 32 attribute :account |
#domain ⇒ Object?
Returns Domain the rule is related to.
29 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 29 attribute :domain |
#ip_address ⇒ Object?
Returns Public IP address from where the network traffic will be load balanced from.,Only needed to find the rule if C(name) is not unique.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 15 attribute :ip_address |
#name ⇒ String
Returns The name of the load balancer rule.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 11 attribute :name |
#project ⇒ Object?
Returns Name of the project the firewall rule is related to.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 26 attribute :project |
#state ⇒ :present, ...
Returns Should the VMs be present or absent from the rule.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 22 attribute :state |
#vms ⇒ Array<String>, String
Returns List of VMs to assign to or remove from the rule.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 18 attribute :vms |
#zone ⇒ Object?
Returns Name of the zone in which the rule should be located.,If not set, default zone is used.
35 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 35 attribute :zone |