Class: Ansible::Ruby::Modules::Cs_loadbalancer_rule_member

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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

#accountObject?

Returns Account the rule is related to.

Returns:

  • (Object, nil)

    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

#domainObject?

Returns Domain the rule is related to.

Returns:

  • (Object, nil)

    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_addressObject?

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.

Returns:

  • (Object, nil)

    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

#nameString

Returns The name of the load balancer rule.

Returns:

  • (String)

    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

#projectObject?

Returns Name of the project the firewall rule is related to.

Returns:

  • (Object, nil)

    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.

Returns:

  • (:present, :absent, nil)

    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

#vmsArray<String>, String

Returns List of VMs to assign to or remove from the rule.

Returns:

  • (Array<String>, String)

    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

#zoneObject?

Returns Name of the zone in which the rule should be located.,If not set, default zone is used.

Returns:

  • (Object, nil)

    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