Method: Akeyless::ElasticsearchLogForwardingConfig#hash
- Defined in:
- lib/akeyless/models/elasticsearch_log_forwarding_config.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
177 178 179 |
# File 'lib/akeyless/models/elasticsearch_log_forwarding_config.rb', line 177 def hash [elasticsearch_api_key, elasticsearch_auth_type, elasticsearch_cloud_id, elasticsearch_enable_tls, elasticsearch_index, elasticsearch_nodes, elasticsearch_password, elasticsearch_server_type, elasticsearch_tls_certificate, elasticsearch_user_name].hash end |