Class: Ansible::Ruby::Modules::Avi_analyticsprofile

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

Overview

This module is used to configure AnalyticsProfile 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, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#apdex_response_thresholdInteger?

Returns If a client receives an http response in less than the satisfactory latency threshold, the request is considered satisfied.,It is considered tolerated if it is not satisfied and less than tolerated latency factor multiplied by the satisfactory latency threshold.,Greater than this number and the client’s request is considered frustrated.,Allowed values are 1-30000.,Default value when not specified in API or module is interpreted by Avi Controller as 500.,Units(MILLISECONDS).

Returns:

  • (Integer, nil)

    If a client receives an http response in less than the satisfactory latency threshold, the request is considered satisfied.,It is considered tolerated if it is not satisfied and less than tolerated latency factor multiplied by the satisfactory latency threshold.,Greater than this number and the client’s request is considered frustrated.,Allowed values are 1-30000.,Default value when not specified in API or module is interpreted by Avi Controller as 500.,Units(MILLISECONDS).



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

attribute :apdex_response_threshold

#apdex_response_tolerated_factorFloat?

Returns Client tolerated response latency factor.,Client must receive a response within this factor times the satisfactory threshold (apdex_response_threshold) to be considered tolerated.,Allowed values are 1-1000.,Default value when not specified in API or module is interpreted by Avi Controller as 4.0.

Returns:

  • (Float, nil)

    Client tolerated response latency factor.,Client must receive a response within this factor times the satisfactory threshold (apdex_response_threshold) to be considered tolerated.,Allowed values are 1-1000.,Default value when not specified in API or module is interpreted by Avi Controller as 4.0.



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

attribute :apdex_response_tolerated_factor

#apdex_rtt_thresholdInteger?

Returns Satisfactory client to avi round trip time(rtt).,Allowed values are 1-2000.,Default value when not specified in API or module is interpreted by Avi Controller as 250.,Units(MILLISECONDS).

Returns:

  • (Integer, nil)

    Satisfactory client to avi round trip time(rtt).,Allowed values are 1-2000.,Default value when not specified in API or module is interpreted by Avi Controller as 250.,Units(MILLISECONDS).



33
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 33

attribute :apdex_rtt_threshold

#apdex_rtt_tolerated_factorFloat?

Returns Tolerated client to avi round trip time(rtt) factor.,It is a multiple of apdex_rtt_tolerated_factor.,Allowed values are 1-1000.,Default value when not specified in API or module is interpreted by Avi Controller as 4.0.

Returns:

  • (Float, nil)

    Tolerated client to avi round trip time(rtt) factor.,It is a multiple of apdex_rtt_tolerated_factor.,Allowed values are 1-1000.,Default value when not specified in API or module is interpreted by Avi Controller as 4.0.



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

attribute :apdex_rtt_tolerated_factor

#apdex_rum_thresholdInteger?

Returns If a client is able to load a page in less than the satisfactory latency threshold, the pageload is considered satisfied.,It is considered tolerated if it is greater than satisfied but less than the tolerated latency multiplied by satisifed latency.,Greater than this number and the client’s request is considered frustrated.,A pageload includes the time for dns lookup, download of all http objects, and page render time.,Allowed values are 1-30000.,Default value when not specified in API or module is interpreted by Avi Controller as 5000.,Units(MILLISECONDS).

Returns:

  • (Integer, nil)

    If a client is able to load a page in less than the satisfactory latency threshold, the pageload is considered satisfied.,It is considered tolerated if it is greater than satisfied but less than the tolerated latency multiplied by satisifed latency.,Greater than this number and the client’s request is considered frustrated.,A pageload includes the time for dns lookup, download of all http objects, and page render time.,Allowed values are 1-30000.,Default value when not specified in API or module is interpreted by Avi Controller as 5000.,Units(MILLISECONDS).



41
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 41

attribute :apdex_rum_threshold

#apdex_rum_tolerated_factorFloat?

Returns Virtual service threshold factor for tolerated page load time (plt) as multiple of apdex_rum_threshold.,Allowed values are 1-1000.,Default value when not specified in API or module is interpreted by Avi Controller as 4.0.

Returns:

  • (Float, nil)

    Virtual service threshold factor for tolerated page load time (plt) as multiple of apdex_rum_threshold.,Allowed values are 1-1000.,Default value when not specified in API or module is interpreted by Avi Controller as 4.0.



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

attribute :apdex_rum_tolerated_factor

#apdex_server_response_thresholdInteger?

Returns A server http response is considered satisfied if latency is less than the satisfactory latency threshold.,The response is considered tolerated when it is greater than satisfied but less than the tolerated latency factor * s_latency.,Greater than this number and the server response is considered frustrated.,Allowed values are 1-30000.,Default value when not specified in API or module is interpreted by Avi Controller as 400.,Units(MILLISECONDS).

Returns:

  • (Integer, nil)

    A server http response is considered satisfied if latency is less than the satisfactory latency threshold.,The response is considered tolerated when it is greater than satisfied but less than the tolerated latency factor * s_latency.,Greater than this number and the server response is considered frustrated.,Allowed values are 1-30000.,Default value when not specified in API or module is interpreted by Avi Controller as 400.,Units(MILLISECONDS).



49
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 49

attribute :apdex_server_response_threshold

#apdex_server_response_tolerated_factorFloat?

Returns Server tolerated response latency factor.,Servermust response within this factor times the satisfactory threshold (apdex_server_response_threshold) to be considered tolerated.,Allowed values are 1-1000.,Default value when not specified in API or module is interpreted by Avi Controller as 4.0.

Returns:

  • (Float, nil)

    Server tolerated response latency factor.,Servermust response within this factor times the satisfactory threshold (apdex_server_response_threshold) to be considered tolerated.,Allowed values are 1-1000.,Default value when not specified in API or module is interpreted by Avi Controller as 4.0.



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

attribute :apdex_server_response_tolerated_factor

#apdex_server_rtt_thresholdInteger?

Returns Satisfactory client to avi round trip time(rtt).,Allowed values are 1-2000.,Default value when not specified in API or module is interpreted by Avi Controller as 125.,Units(MILLISECONDS).

Returns:

  • (Integer, nil)

    Satisfactory client to avi round trip time(rtt).,Allowed values are 1-2000.,Default value when not specified in API or module is interpreted by Avi Controller as 125.,Units(MILLISECONDS).



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

attribute :apdex_server_rtt_threshold

#apdex_server_rtt_tolerated_factorFloat?

Returns Tolerated client to avi round trip time(rtt) factor.,It is a multiple of apdex_rtt_tolerated_factor.,Allowed values are 1-1000.,Default value when not specified in API or module is interpreted by Avi Controller as 4.0.

Returns:

  • (Float, nil)

    Tolerated client to avi round trip time(rtt) factor.,It is a multiple of apdex_rtt_tolerated_factor.,Allowed values are 1-1000.,Default value when not specified in API or module is interpreted by Avi Controller as 4.0.



61
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 61

attribute :apdex_server_rtt_tolerated_factor

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

attribute :avi_api_update_method

#client_log_configObject?

Returns Configure which logs are sent to the avi controller from ses and how they are processed.

Returns:

  • (Object, nil)

    Configure which logs are sent to the avi controller from ses and how they are processed.



65
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 65

attribute :client_log_config

#client_log_streaming_configObject?

Returns Configure to stream logs to an external server.,Field introduced in 17.1.1.

Returns:

  • (Object, nil)

    Configure to stream logs to an external server.,Field introduced in 17.1.1.



68
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 68

attribute :client_log_streaming_config

#conn_lossy_ooo_thresholdInteger?

Returns A connection between client and avi is considered lossy when more than this percentage of out of order packets are received.,Allowed values are 1-100.,Default value when not specified in API or module is interpreted by Avi Controller as 50.,Units(PERCENT).

Returns:

  • (Integer, nil)

    A connection between client and avi is considered lossy when more than this percentage of out of order packets are received.,Allowed values are 1-100.,Default value when not specified in API or module is interpreted by Avi Controller as 50.,Units(PERCENT).



71
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 71

attribute :conn_lossy_ooo_threshold

#conn_lossy_timeo_rexmt_thresholdInteger?

Returns A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted due to timeout.,Allowed values are 1-100.,Default value when not specified in API or module is interpreted by Avi Controller as 20.,Units(PERCENT).

Returns:

  • (Integer, nil)

    A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted due to timeout.,Allowed values are 1-100.,Default value when not specified in API or module is interpreted by Avi Controller as 20.,Units(PERCENT).



75
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 75

attribute :conn_lossy_timeo_rexmt_threshold

#conn_lossy_total_rexmt_thresholdInteger?

Returns A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted.,Allowed values are 1-100.,Default value when not specified in API or module is interpreted by Avi Controller as 50.,Units(PERCENT).

Returns:

  • (Integer, nil)

    A connection between client and avi is considered lossy when more than this percentage of packets are retransmitted.,Allowed values are 1-100.,Default value when not specified in API or module is interpreted by Avi Controller as 50.,Units(PERCENT).



79
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 79

attribute :conn_lossy_total_rexmt_threshold

#conn_lossy_zero_win_size_event_thresholdInteger?

Returns A client connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold.,Allowed values are 0-100.,Default value when not specified in API or module is interpreted by Avi Controller as 2.,Units(PERCENT).

Returns:

  • (Integer, nil)

    A client connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold.,Allowed values are 0-100.,Default value when not specified in API or module is interpreted by Avi Controller as 2.,Units(PERCENT).



83
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 83

attribute :conn_lossy_zero_win_size_event_threshold

#conn_server_lossy_ooo_thresholdInteger?

Returns A connection between avi and server is considered lossy when more than this percentage of out of order packets are received.,Allowed values are 1-100.,Default value when not specified in API or module is interpreted by Avi Controller as 50.,Units(PERCENT).

Returns:

  • (Integer, nil)

    A connection between avi and server is considered lossy when more than this percentage of out of order packets are received.,Allowed values are 1-100.,Default value when not specified in API or module is interpreted by Avi Controller as 50.,Units(PERCENT).



87
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 87

attribute :conn_server_lossy_ooo_threshold

#conn_server_lossy_timeo_rexmt_thresholdInteger?

Returns A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted due to timeout.,Allowed values are 1-100.,Default value when not specified in API or module is interpreted by Avi Controller as 20.,Units(PERCENT).

Returns:

  • (Integer, nil)

    A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted due to timeout.,Allowed values are 1-100.,Default value when not specified in API or module is interpreted by Avi Controller as 20.,Units(PERCENT).



91
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 91

attribute :conn_server_lossy_timeo_rexmt_threshold

#conn_server_lossy_total_rexmt_thresholdInteger?

Returns A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted.,Allowed values are 1-100.,Default value when not specified in API or module is interpreted by Avi Controller as 50.,Units(PERCENT).

Returns:

  • (Integer, nil)

    A connection between avi and server is considered lossy when more than this percentage of packets are retransmitted.,Allowed values are 1-100.,Default value when not specified in API or module is interpreted by Avi Controller as 50.,Units(PERCENT).



95
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 95

attribute :conn_server_lossy_total_rexmt_threshold

#conn_server_lossy_zero_win_size_event_thresholdInteger?

Returns A server connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold.,Allowed values are 0-100.,Default value when not specified in API or module is interpreted by Avi Controller as 2.,Units(PERCENT).

Returns:

  • (Integer, nil)

    A server connection is considered lossy when percentage of times a packet could not be trasmitted due to tcp zero window is above this threshold.,Allowed values are 0-100.,Default value when not specified in API or module is interpreted by Avi Controller as 2.,Units(PERCENT).



99
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 99

attribute :conn_server_lossy_zero_win_size_event_threshold

#descriptionObject?

Returns User defined description for the object.

Returns:

  • (Object, nil)

    User defined description for the object.



103
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 103

attribute :description

#disable_se_analyticsSymbol?

Returns Disable node (service engine) level analytics forvs metrics.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol, nil)

    Disable node (service engine) level analytics forvs metrics.,Default value when not specified in API or module is interpreted by Avi Controller as False.



106
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 106

attribute :disable_se_analytics

#disable_server_analyticsSymbol?

Returns Disable analytics on backend servers.,This may be desired in container environment when there are large number of ephemeral servers.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol, nil)

    Disable analytics on backend servers.,This may be desired in container environment when there are large number of ephemeral servers.,Default value when not specified in API or module is interpreted by Avi Controller as False.



110
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 110

attribute :disable_server_analytics

#exclude_client_close_before_request_as_errorSymbol?

Returns Exclude client closed connection before an http request could be completed from being classified as an error.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol, nil)

    Exclude client closed connection before an http request could be completed from being classified as an error.,Default value when not specified in API or module is interpreted by Avi Controller as False.



114
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 114

attribute :exclude_client_close_before_request_as_error

#exclude_dns_policy_drop_as_significantSymbol?

Returns Exclude dns policy drops from the list of errors.,Field introduced in 17.2.2.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol, nil)

    Exclude dns policy drops from the list of errors.,Field introduced in 17.2.2.,Default value when not specified in API or module is interpreted by Avi Controller as False.



118
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 118

attribute :exclude_dns_policy_drop_as_significant

#exclude_gs_down_as_errorSymbol?

Returns Exclude queries to gslb services that are operationally down from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol, nil)

    Exclude queries to gslb services that are operationally down from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.



122
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 122

attribute :exclude_gs_down_as_error

#exclude_http_error_codesObject?

Returns List of http status codes to be excluded from being classified as an error.,Error connections or responses impacts health score, are included as significant logs, and may be classified as part of a dos attack.

Returns:

  • (Object, nil)

    List of http status codes to be excluded from being classified as an error.,Error connections or responses impacts health score, are included as significant logs, and may be classified as part of a dos attack.



126
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 126

attribute :exclude_http_error_codes

#exclude_invalid_dns_domain_as_errorSymbol?

Returns Exclude dns queries to domains outside the domains configured in the dns application profile from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol, nil)

    Exclude dns queries to domains outside the domains configured in the dns application profile from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.



129
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 129

attribute :exclude_invalid_dns_domain_as_error

#exclude_invalid_dns_query_as_errorSymbol?

Returns Exclude invalid dns queries from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol, nil)

    Exclude invalid dns queries from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.



133
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 133

attribute :exclude_invalid_dns_query_as_error

#exclude_no_dns_record_as_errorSymbol?

Returns Exclude queries to domains that did not have configured services/records from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol, nil)

    Exclude queries to domains that did not have configured services/records from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.



137
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 137

attribute :exclude_no_dns_record_as_error

#exclude_no_valid_gs_member_as_errorSymbol?

Returns Exclude queries to gslb services that have no available members from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol, nil)

    Exclude queries to gslb services that have no available members from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.



141
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 141

attribute :exclude_no_valid_gs_member_as_error

#exclude_persistence_change_as_errorSymbol?

Returns Exclude persistence server changed while load balancing’ from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol, nil)

    Exclude persistence server changed while load balancing’ from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.



145
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 145

attribute :exclude_persistence_change_as_error

#exclude_server_dns_error_as_errorSymbol?

Returns Exclude server dns error response from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol, nil)

    Exclude server dns error response from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.



149
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 149

attribute :exclude_server_dns_error_as_error

#exclude_server_tcp_reset_as_errorSymbol?

Returns Exclude server tcp reset from errors.,It is common for applications like ms exchange.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol, nil)

    Exclude server tcp reset from errors.,It is common for applications like ms exchange.,Default value when not specified in API or module is interpreted by Avi Controller as False.



153
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 153

attribute :exclude_server_tcp_reset_as_error

#exclude_syn_retransmit_as_errorSymbol?

Returns Exclude ‘server unanswered syns’ from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol, nil)

    Exclude ‘server unanswered syns’ from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.



157
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 157

attribute :exclude_syn_retransmit_as_error

#exclude_tcp_reset_as_errorSymbol?

Returns Exclude tcp resets by client from the list of potential errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol, nil)

    Exclude tcp resets by client from the list of potential errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.



161
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 161

attribute :exclude_tcp_reset_as_error

#exclude_unsupported_dns_query_as_errorSymbol?

Returns Exclude unsupported dns queries from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.

Returns:

  • (Symbol, nil)

    Exclude unsupported dns queries from the list of errors.,Default value when not specified in API or module is interpreted by Avi Controller as False.



165
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 165

attribute :exclude_unsupported_dns_query_as_error

#hs_event_throttle_windowInteger?

Returns Time window (in secs) within which only unique health change events should occur.,Default value when not specified in API or module is interpreted by Avi Controller as 1209600.

Returns:

  • (Integer, nil)

    Time window (in secs) within which only unique health change events should occur.,Default value when not specified in API or module is interpreted by Avi Controller as 1209600.



169
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 169

attribute :hs_event_throttle_window

#hs_max_anomaly_penaltyInteger?

Returns Maximum penalty that may be deducted from health score for anomalies.,Allowed values are 0-100.,Default value when not specified in API or module is interpreted by Avi Controller as 10.

Returns:

  • (Integer, nil)

    Maximum penalty that may be deducted from health score for anomalies.,Allowed values are 0-100.,Default value when not specified in API or module is interpreted by Avi Controller as 10.



173
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 173

attribute :hs_max_anomaly_penalty

#hs_max_resources_penaltyInteger?

Returns Maximum penalty that may be deducted from health score for high resource utilization.,Allowed values are 0-100.,Default value when not specified in API or module is interpreted by Avi Controller as 25.

Returns:

  • (Integer, nil)

    Maximum penalty that may be deducted from health score for high resource utilization.,Allowed values are 0-100.,Default value when not specified in API or module is interpreted by Avi Controller as 25.



177
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 177

attribute :hs_max_resources_penalty

#hs_max_security_penaltyInteger?

Returns Maximum penalty that may be deducted from health score based on security assessment.,Allowed values are 0-100.,Default value when not specified in API or module is interpreted by Avi Controller as 100.

Returns:

  • (Integer, nil)

    Maximum penalty that may be deducted from health score based on security assessment.,Allowed values are 0-100.,Default value when not specified in API or module is interpreted by Avi Controller as 100.



181
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 181

attribute :hs_max_security_penalty

#hs_min_dos_rateInteger?

Returns Dos connection rate below which the dos security assessment will not kick in.,Default value when not specified in API or module is interpreted by Avi Controller as 1000.

Returns:

  • (Integer, nil)

    Dos connection rate below which the dos security assessment will not kick in.,Default value when not specified in API or module is interpreted by Avi Controller as 1000.



185
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 185

attribute :hs_min_dos_rate

#hs_performance_boostInteger?

Returns Adds free performance score credits to health score.,It can be used for compensating health score for known slow applications.,Allowed values are 0-100.,Default value when not specified in API or module is interpreted by Avi Controller as 0.

Returns:

  • (Integer, nil)

    Adds free performance score credits to health score.,It can be used for compensating health score for known slow applications.,Allowed values are 0-100.,Default value when not specified in API or module is interpreted by Avi Controller as 0.



189
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 189

attribute :hs_performance_boost

#hs_pscore_traffic_threshold_l4_clientFloat?

Returns Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed.,Default value when not specified in API or module is interpreted by Avi Controller as 10.0.

Returns:

  • (Float, nil)

    Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed.,Default value when not specified in API or module is interpreted by Avi Controller as 10.0.



193
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 193

attribute :hs_pscore_traffic_threshold_l4_client

#hs_pscore_traffic_threshold_l4_serverFloat?

Returns Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed.,Default value when not specified in API or module is interpreted by Avi Controller as 10.0.

Returns:

  • (Float, nil)

    Threshold number of connections in 5min, below which apdexr, apdexc, rum_apdex, and other network quality metrics are not computed.,Default value when not specified in API or module is interpreted by Avi Controller as 10.0.



197
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 197

attribute :hs_pscore_traffic_threshold_l4_server

#hs_security_certscore_expiredFloat?

Returns Score assigned when the certificate has expired.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 0.0.

Returns:

  • (Float, nil)

    Score assigned when the certificate has expired.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 0.0.



201
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 201

attribute :hs_security_certscore_expired

#hs_security_certscore_gt30dFloat?

Returns Score assigned when the certificate expires in more than 30 days.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 5.0.

Returns:

  • (Float, nil)

    Score assigned when the certificate expires in more than 30 days.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 5.0.



205
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 205

attribute :hs_security_certscore_gt30d

#hs_security_certscore_le07dFloat?

Returns Score assigned when the certificate expires in less than or equal to 7 days.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 2.0.

Returns:

  • (Float, nil)

    Score assigned when the certificate expires in less than or equal to 7 days.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 2.0.



209
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 209

attribute :hs_security_certscore_le07d

#hs_security_certscore_le30dFloat?

Returns Score assigned when the certificate expires in less than or equal to 30 days.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 4.0.

Returns:

  • (Float, nil)

    Score assigned when the certificate expires in less than or equal to 30 days.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 4.0.



213
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 213

attribute :hs_security_certscore_le30d

#hs_security_chain_invalidity_penaltyFloat?

Returns Penalty for allowing certificates with invalid chain.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 1.0.

Returns:

  • (Float, nil)

    Penalty for allowing certificates with invalid chain.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 1.0.



217
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 217

attribute :hs_security_chain_invalidity_penalty

#hs_security_cipherscore_eq000bFloat?

Returns Score assigned when the minimum cipher strength is 0 bits.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 0.0.

Returns:

  • (Float, nil)

    Score assigned when the minimum cipher strength is 0 bits.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 0.0.



221
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 221

attribute :hs_security_cipherscore_eq000b

#hs_security_cipherscore_ge128bFloat?

Returns Score assigned when the minimum cipher strength is greater than equal to 128 bits.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 5.0.

Returns:

  • (Float, nil)

    Score assigned when the minimum cipher strength is greater than equal to 128 bits.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 5.0.



225
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 225

attribute :hs_security_cipherscore_ge128b

#hs_security_cipherscore_lt128bFloat?

Returns Score assigned when the minimum cipher strength is less than 128 bits.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 3.5.

Returns:

  • (Float, nil)

    Score assigned when the minimum cipher strength is less than 128 bits.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 3.5.



229
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 229

attribute :hs_security_cipherscore_lt128b

#hs_security_encalgo_score_noneFloat?

Returns Score assigned when no algorithm is used for encryption.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 0.0.

Returns:

  • (Float, nil)

    Score assigned when no algorithm is used for encryption.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 0.0.



233
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 233

attribute :hs_security_encalgo_score_none

#hs_security_encalgo_score_rc4Float?

Returns Score assigned when rc4 algorithm is used for encryption.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 2.5.

Returns:

  • (Float, nil)

    Score assigned when rc4 algorithm is used for encryption.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 2.5.



237
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 237

attribute :hs_security_encalgo_score_rc4

#hs_security_hsts_penaltyFloat?

Returns Penalty for not enabling hsts.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 1.0.

Returns:

  • (Float, nil)

    Penalty for not enabling hsts.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 1.0.



241
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 241

attribute :hs_security_hsts_penalty

#hs_security_nonpfs_penaltyFloat?

Returns Penalty for allowing non-pfs handshakes.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 1.0.

Returns:

  • (Float, nil)

    Penalty for allowing non-pfs handshakes.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 1.0.



245
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 245

attribute :hs_security_nonpfs_penalty

#hs_security_selfsignedcert_penaltyFloat?

Returns Deprecated.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 1.0.

Returns:

  • (Float, nil)

    Deprecated.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 1.0.



249
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 249

attribute :hs_security_selfsignedcert_penalty

#hs_security_ssl30_scoreFloat?

Returns Score assigned when supporting ssl3.0 encryption protocol.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 3.5.

Returns:

  • (Float, nil)

    Score assigned when supporting ssl3.0 encryption protocol.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 3.5.



253
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 253

attribute :hs_security_ssl30_score

#hs_security_tls10_scoreFloat?

Returns Score assigned when supporting tls1.0 encryption protocol.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 5.0.

Returns:

  • (Float, nil)

    Score assigned when supporting tls1.0 encryption protocol.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 5.0.



257
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 257

attribute :hs_security_tls10_score

#hs_security_tls11_scoreFloat?

Returns Score assigned when supporting tls1.1 encryption protocol.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 5.0.

Returns:

  • (Float, nil)

    Score assigned when supporting tls1.1 encryption protocol.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 5.0.



261
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 261

attribute :hs_security_tls11_score

#hs_security_tls12_scoreFloat?

Returns Score assigned when supporting tls1.2 encryption protocol.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 5.0.

Returns:

  • (Float, nil)

    Score assigned when supporting tls1.2 encryption protocol.,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 5.0.



265
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 265

attribute :hs_security_tls12_score

#hs_security_weak_signature_algo_penaltyFloat?

Returns Penalty for allowing weak signature algorithm(s).,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 1.0.

Returns:

  • (Float, nil)

    Penalty for allowing weak signature algorithm(s).,Allowed values are 0-5.,Default value when not specified in API or module is interpreted by Avi Controller as 1.0.



269
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 269

attribute :hs_security_weak_signature_algo_penalty

#nameString

Returns The name of the analytics profile.

Returns:

  • (String)

    The name of the analytics profile.



273
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 273

attribute :name

#rangesObject?

Returns List of http status code ranges to be excluded from being classified as an error.

Returns:

  • (Object, nil)

    List of http status code ranges to be excluded from being classified as an error.



277
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 277

attribute :ranges

#resp_code_blockObject?

Returns Block of http response codes to be excluded from being classified as an error.,Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX.

Returns:

  • (Object, nil)

    Block of http response codes to be excluded from being classified as an error.,Enum options - AP_HTTP_RSP_4XX, AP_HTTP_RSP_5XX.



280
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 280

attribute :resp_code_block

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

attribute :state

#tenant_refString?

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

Returns:

  • (String, nil)

    It is a reference to an object of type tenant.



283
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 283

attribute :tenant_ref

#urlObject?

Returns Avi controller URL of the object.

Returns:

  • (Object, nil)

    Avi controller URL of the object.



287
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 287

attribute :url

#uuidObject?

Returns Uuid of the analytics profile.

Returns:

  • (Object, nil)

    Uuid of the analytics profile.



290
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_analyticsprofile.rb', line 290

attribute :uuid