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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/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, fix_inclusion, #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.



33
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 33

attribute :account

#domainObject?

Returns Domain the rule is related to.

Returns:

  • (Object, nil)

    Domain the rule is related to.



30
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 30

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.



16
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 16

attribute :ip_address

#nameString

Returns The name of the load balancer rule.

Returns:

  • (String)

    The name of the load balancer rule.



12
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 12

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.



27
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 27

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.



23
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 23

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.



19
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 19

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.



36
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_loadbalancer_rule_member.rb', line 36

attribute :zone