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
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, #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.
31 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 31 attribute :account |
#domain ⇒ Object?
Returns Domain the rule is related to.
28 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 28 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.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 14 attribute :ip_address |
#name ⇒ String
Returns The name of the load balancer rule.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 10 attribute :name |
#project ⇒ Object?
Returns Name of the project the firewall rule is related to.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 25 attribute :project |
#state ⇒ :present, ...
Returns Should the VMs be present or absent from the rule.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 21 attribute :state |
#vms ⇒ Array<String>, String
Returns List of VMs to assign to or remove from the rule.
17 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 17 attribute :vms |
#zone ⇒ Object?
Returns Name of the zone in which the rule should be located.,If not set, default zone is used.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 34 attribute :zone |