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

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

#accountObject?

Returns Account the rule is related to.

Returns:

  • (Object, nil)

    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

#domainObject?

Returns Domain the rule is related to.

Returns:

  • (Object, nil)

    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_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.



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

attribute :ip_address

#nameString

Returns The name of the load balancer rule.

Returns:

  • (String)

    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

#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.



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.

Returns:

  • (:present, :absent, nil)

    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

#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.



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

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.



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

attribute :zone