Class: Ansible::Ruby::Modules::Avi_poolgroupdeploymentpolicy

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

Overview

This module is used to configure PoolGroupDeploymentPolicy 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

#auto_disable_old_prod_poolsSymbol?

Returns It will automatically disable old production pools once there is a new production candidate.,Default value when not specified in API or module is interpreted by Avi Controller as True.

Returns:

  • (Symbol, nil)

    It will automatically disable old production pools once there is a new production candidate.,Default value when not specified in API or module is interpreted by Avi Controller as True.



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

attribute :auto_disable_old_prod_pools

#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_poolgroupdeploymentpolicy.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_poolgroupdeploymentpolicy.rb', line 17

attribute :avi_api_update_method

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



29
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroupdeploymentpolicy.rb', line 29

attribute :cloud_ref

#descriptionObject?

Returns User defined description for the object.

Returns:

  • (Object, nil)

    User defined description for the object.



32
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroupdeploymentpolicy.rb', line 32

attribute :description

#evaluation_durationObject?

Returns Duration of evaluation period for automatic deployment.,Allowed values are 60-86400.,Default value when not specified in API or module is interpreted by Avi Controller as 300.,Units(SEC).

Returns:

  • (Object, nil)

    Duration of evaluation period for automatic deployment.,Allowed values are 60-86400.,Default value when not specified in API or module is interpreted by Avi Controller as 300.,Units(SEC).



35
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroupdeploymentpolicy.rb', line 35

attribute :evaluation_duration

#nameString

Returns The name of the pool group deployment policy.

Returns:

  • (String)

    The name of the pool group deployment policy.



38
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroupdeploymentpolicy.rb', line 38

attribute :name

#rulesObject?

Returns List of pgdeploymentrule.

Returns:

  • (Object, nil)

    List of pgdeploymentrule.



42
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroupdeploymentpolicy.rb', line 42

attribute :rules

#schemeObject?

Returns Deployment scheme.,Enum options - BLUE_GREEN, CANARY.,Default value when not specified in API or module is interpreted by Avi Controller as BLUE_GREEN.

Returns:

  • (Object, nil)

    Deployment scheme.,Enum options - BLUE_GREEN, CANARY.,Default value when not specified in API or module is interpreted by Avi Controller as BLUE_GREEN.



45
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroupdeploymentpolicy.rb', line 45

attribute :scheme

#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_poolgroupdeploymentpolicy.rb', line 13

attribute :state

#target_test_traffic_ratioObject?

Returns Target traffic ratio before pool is made production.,Allowed values are 1-100.,Default value when not specified in API or module is interpreted by Avi Controller as 100.,Units(RATIO).

Returns:

  • (Object, nil)

    Target traffic ratio before pool is made production.,Allowed values are 1-100.,Default value when not specified in API or module is interpreted by Avi Controller as 100.,Units(RATIO).



48
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroupdeploymentpolicy.rb', line 48

attribute :target_test_traffic_ratio

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



51
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroupdeploymentpolicy.rb', line 51

attribute :tenant_ref

#test_traffic_ratio_rampupObject?

Returns Ratio of the traffic that is sent to the pool under test.,Test ratio of 100 means blue green.,Allowed values are 1-100.,Default value when not specified in API or module is interpreted by Avi Controller as 100.

Returns:

  • (Object, nil)

    Ratio of the traffic that is sent to the pool under test.,Test ratio of 100 means blue green.,Allowed values are 1-100.,Default value when not specified in API or module is interpreted by Avi Controller as 100.



54
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_poolgroupdeploymentpolicy.rb', line 54

attribute :test_traffic_ratio_rampup

#urlObject?

Returns Avi controller URL of the object.

Returns:

  • (Object, nil)

    Avi controller URL of the object.



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

attribute :url

#uuidObject?

Returns Uuid of the pool group deployment policy.

Returns:

  • (Object, nil)

    Uuid of the pool group deployment policy.



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

attribute :uuid

#webhook_refObject?

Returns Webhook configured with url that avi controller will pass back information about pool group, old and new pool information and current deployment,rule results.,It is a reference to an object of type webhook.,Field introduced in 17.1.1.

Returns:

  • (Object, nil)

    Webhook configured with url that avi controller will pass back information about pool group, old and new pool information and current deployment,rule results.,It is a reference to an object of type webhook.,Field introduced in 17.1.1.



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

attribute :webhook_ref