Class: Ansible::Ruby::Modules::Avi_poolgroup

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb

Overview

This module is used to configure PoolGroup object more examples at U(github.com/avinetworks/devops)

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

#avi_api_patch_op:add, ...

Returns Patch operation to use when using avi_api_update_method as patch.

Returns:

  • (:add, :replace, :delete, nil)

    Patch operation to use when using avi_api_update_method as patch.



21
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb', line 21

attribute :avi_api_patch_op

#avi_api_update_method:put, ...

Returns Default method for object update is HTTP PUT.,Setting to patch will override that behavior to use HTTP PATCH.

Returns:

  • (:put, :patch, nil)

    Default method for object update is HTTP PUT.,Setting to patch will override that behavior to use HTTP PATCH.



17
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb', line 17

attribute :avi_api_update_method

#cloud_config_cksumObject?

Returns Checksum of cloud configuration for poolgroup.,Internally set by cloud connector.

Returns:

  • (Object, nil)

    Checksum of cloud configuration for poolgroup.,Internally set by cloud connector.



25
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb', line 25

attribute :cloud_config_cksum

#cloud_refObject?

Returns It is a reference to an object of type cloud.

Returns:

  • (Object, nil)

    It is a reference to an object of type cloud.



28
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb', line 28

attribute :cloud_ref

#created_byObject?

Returns Name of the user who created the object.

Returns:

  • (Object, nil)

    Name of the user who created the object.



31
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb', line 31

attribute :created_by

#deployment_policy_refObject?

Returns When setup autoscale manager will automatically promote new pools into production when deployment goals are met.,It is a reference to an object of type poolgroupdeploymentpolicy.

Returns:

  • (Object, nil)

    When setup autoscale manager will automatically promote new pools into production when deployment goals are met.,It is a reference to an object of type poolgroupdeploymentpolicy.



34
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb', line 34

attribute :deployment_policy_ref

#descriptionObject?

Returns Description of pool group.

Returns:

  • (Object, nil)

    Description of pool group.



37
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb', line 37

attribute :description

#fail_actionObject?

Returns Enable an action - close connection, http redirect, or local http response - when a pool group failure happens.,By default, a connection will be closed, in case the pool group experiences a failure.

Returns:

  • (Object, nil)

    Enable an action - close connection, http redirect, or local http response - when a pool group failure happens.,By default, a connection will be closed, in case the pool group experiences a failure.



40
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb', line 40

attribute :fail_action

#implicit_priority_labelsSymbol?

Returns Whether an implicit set of priority labels is generated.,Field introduced in 17.1.9,17.2.3.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol, nil)

    Whether an implicit set of priority labels is generated.,Field introduced in 17.1.9,17.2.3.,Default value when not specified in API or module is interpreted by Avi Controller as False.



43
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb', line 43

attribute :implicit_priority_labels

#membersObject?

Returns List of pool group members object of type poolgroupmember.

Returns:

  • (Object, nil)

    List of pool group members object of type poolgroupmember.



47
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb', line 47

attribute :members

#min_serversObject?

Returns The minimum number of servers to distribute traffic to.,Allowed values are 1-65535.,Special values are 0 - ‘disable’.,Default value when not specified in API or module is interpreted by Avi Controller as 0.

Returns:

  • (Object, nil)

    The minimum number of servers to distribute traffic to.,Allowed values are 1-65535.,Special values are 0 - ‘disable’.,Default value when not specified in API or module is interpreted by Avi Controller as 0.



50
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb', line 50

attribute :min_servers

#nameString

Returns The name of the pool group.

Returns:

  • (String)

    The name of the pool group.



53
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb', line 53

attribute :name

#priority_labels_refObject?

Returns Uuid of the priority labels.,If not provided, pool group member priority label will be interpreted as a number with a larger number considered higher priority.,It is a reference to an object of type prioritylabels.

Returns:

  • (Object, nil)

    Uuid of the priority labels.,If not provided, pool group member priority label will be interpreted as a number with a larger number considered higher priority.,It is a reference to an object of type prioritylabels.



57
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb', line 57

attribute :priority_labels_ref

#state:absent, ...

Returns The state that should be applied on the entity.

Returns:

  • (:absent, :present, nil)

    The state that should be applied on the entity.



13
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb', line 13

attribute :state

#tenant_refObject?

Returns It is a reference to an object of type tenant.

Returns:

  • (Object, nil)

    It is a reference to an object of type tenant.



60
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb', line 60

attribute :tenant_ref

#urlObject?

Returns Avi controller URL of the object.

Returns:

  • (Object, nil)

    Avi controller URL of the object.



63
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb', line 63

attribute :url

#uuidObject?

Returns Uuid of the pool group.

Returns:

  • (Object, nil)

    Uuid of the pool group.



66
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroup.rb', line 66

attribute :uuid