Class: Ansible::Ruby::Modules::Avi_gslbservice
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Avi_gslbservice
- Defined in:
- lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb
Overview
This module is used to configure GslbService object more examples at U(github.com/avinetworks/devops)
Instance Method Summary collapse
-
#application_persistence_profile_ref ⇒ Object?
The federated application persistence associated with gslbservice site persistence functionality.,It is a reference to an object of type applicationpersistenceprofile.,Field introduced in 17.2.1.
-
#avi_api_patch_op ⇒ :add, ...
Patch operation to use when using avi_api_update_method as patch.
-
#avi_api_update_method ⇒ :put, ...
Default method for object update is HTTP PUT.,Setting to patch will override that behavior to use HTTP PATCH.
-
#controller_health_status_enabled ⇒ Symbol?
Gs member’s overall health status is derived based on a combination of controller and datapath health-status inputs.,Note that the datapath status is determined by the association of health monitor profiles.,Only the controller provided status is determined through this configuration.,Default value when not specified in API or module is interpreted by Avi Controller as True.
-
#created_by ⇒ Object?
Creator name.,Field introduced in 17.1.2.
-
#description ⇒ Object?
User defined description for the object.
-
#domain_names ⇒ Object?
Fully qualified domain name of the gslb service.
-
#down_response ⇒ Object?
Response to the client query when the gslb service is down.
-
#enabled ⇒ Symbol?
Enable or disable the gslb service.,If the gslb service is enabled, then the vips are sent in the dns responses based on reachability and configured algorithm.,If the gslb service is disabled, then the vips are no longer available in the dns response.,Default value when not specified in API or module is interpreted by Avi Controller as True.
-
#groups ⇒ Object?
Select list of pools belonging to this gslb service.
-
#health_monitor_refs ⇒ Object?
Verify vs health by applying one or more health monitors.,Active monitors generate synthetic traffic from dns service engine and to mark a vs up or down based on the response.,It is a reference to an object of type healthmonitor.
-
#health_monitor_scope ⇒ Object?
Health monitor probe can be executed for all the members or it can be executed only for third-party members.,This operational mode is useful to reduce the number of health monitor probes in case of a hybrid scenario.,In such a case, avi members can have controller derived status while non-avi members can be probed by via health monitor probes in dataplane.,Enum options - GSLB_SERVICE_HEALTH_MONITOR_ALL_MEMBERS, GSLB_SERVICE_HEALTH_MONITOR_ONLY_NON_AVI_MEMBERS.,Default value when not specified in API or module is interpreted by Avi Controller as GSLB_SERVICE_HEALTH_MONITOR_ALL_MEMBERS.
-
#is_federated ⇒ Symbol?
This field indicates that this object is replicated across gslb federation.,Field introduced in 17.1.3.,Default value when not specified in API or module is interpreted by Avi Controller as True.
-
#min_members ⇒ Object?
The minimum number of members to distribute traffic to.,Allowed values are 1-65535.,Special values are 0 - ‘disable’.,Field introduced in 17.2.4.,Default value when not specified in API or module is interpreted by Avi Controller as 0.
-
#name ⇒ String
Name for the gslb service.
-
#num_dns_ip ⇒ Object?
Number of ip addresses of this gslb service to be returned by the dns service.,Enter 0 to return all ip addresses.,Allowed values are 1-20.,Special values are 0- ‘return all ip addresses’.
-
#pool_algorithm ⇒ Object?
The load balancing algorithm will pick a gslb pool within the gslb service list of available pools.,Enum options - GSLB_SERVICE_ALGORITHM_PRIORITY, GSLB_SERVICE_ALGORITHM_GEO.,Field introduced in 17.2.3.,Default value when not specified in API or module is interpreted by Avi Controller as GSLB_SERVICE_ALGORITHM_PRIORITY.
-
#site_persistence_enabled ⇒ Symbol?
Enable site-persistence for the gslbservice.,Field introduced in 17.2.1.,Default value when not specified in API or module is interpreted by Avi Controller as False.
-
#state ⇒ :absent, ...
The state that should be applied on the entity.
-
#tenant_ref ⇒ Object?
It is a reference to an object of type tenant.
-
#ttl ⇒ Object?
Ttl value (in seconds) for records served for this gslb service by the dns service.,Allowed values are 1-86400.,Units(SEC).
-
#url ⇒ Object?
Avi controller URL of the object.
-
#use_edns_client_subnet ⇒ Symbol?
Use the client ip subnet from the edns option as source ipaddress for client geo-location and consistent hash algorithm.,Default is true.,Field introduced in 17.1.1.,Default value when not specified in API or module is interpreted by Avi Controller as True.
-
#uuid ⇒ Object?
Uuid of the gslb service.
-
#wildcard_match ⇒ Symbol?
Enable wild-card match of fqdn if an exact match is not found in the dns table, the longest match is chosen by wild-carding the fqdn in the dns,request.,Default is false.,Field introduced in 17.1.1.,Default value when not specified in API or module is interpreted by Avi Controller as False.
Methods inherited from Base
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
#application_persistence_profile_ref ⇒ Object?
25 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 25 attribute :application_persistence_profile_ref |
#avi_api_patch_op ⇒ :add, ...
21 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 21 attribute :avi_api_patch_op |
#avi_api_update_method ⇒ :put, ...
17 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 17 attribute :avi_api_update_method |
#controller_health_status_enabled ⇒ Symbol?
28 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 28 attribute :controller_health_status_enabled |
#created_by ⇒ Object?
32 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 32 attribute :created_by |
#description ⇒ Object?
35 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 35 attribute :description |
#domain_names ⇒ Object?
38 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 38 attribute :domain_names |
#down_response ⇒ Object?
41 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 41 attribute :down_response |
#enabled ⇒ Symbol?
44 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 44 attribute :enabled |
#groups ⇒ Object?
48 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 48 attribute :groups |
#health_monitor_refs ⇒ Object?
51 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 51 attribute :health_monitor_refs |
#health_monitor_scope ⇒ Object?
54 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 54 attribute :health_monitor_scope |
#is_federated ⇒ Symbol?
57 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 57 attribute :is_federated |
#min_members ⇒ Object?
61 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 61 attribute :min_members |
#name ⇒ String
64 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 64 attribute :name |
#num_dns_ip ⇒ Object?
68 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 68 attribute :num_dns_ip |
#pool_algorithm ⇒ Object?
71 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 71 attribute :pool_algorithm |
#site_persistence_enabled ⇒ Symbol?
74 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 74 attribute :site_persistence_enabled |
#state ⇒ :absent, ...
13 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 13 attribute :state |
#tenant_ref ⇒ Object?
78 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 78 attribute :tenant_ref |
#ttl ⇒ Object?
81 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 81 attribute :ttl |
#url ⇒ Object?
84 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 84 attribute :url |
#use_edns_client_subnet ⇒ Symbol?
87 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 87 attribute :use_edns_client_subnet |
#uuid ⇒ Object?
91 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 91 attribute :uuid |
#wildcard_match ⇒ Symbol?
94 |
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_gslbservice.rb', line 94 attribute :wildcard_match |