Class: DatadogAPIClient::V2::ElasticCloudIntegrationAccountCreateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ElasticCloudIntegrationAccountCreateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/elastic_cloud_integration_account_create_attributes.rb
Overview
Writable attributes used to create an Elastic Cloud integration account.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#authentication ⇒ Object
readonly
Authentication for creating the Elastic Cloud integration account.
-
#dataflows ⇒ Object
Data Datadog collects from Elastic Cloud, keyed by dataflow id.
-
#name ⇒ Object
readonly
Human-readable name of the Elastic Cloud integration account.
-
#settings ⇒ Object
readonly
Settings for creating the Elastic Cloud integration account.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_account_create_attributes.rb', line 36 def additional_properties @additional_properties end |
#authentication ⇒ Object
Authentication for creating the Elastic Cloud integration account. Exactly one method is set.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_account_create_attributes.rb', line 25 def authentication @authentication end |
#dataflows ⇒ Object
Data Datadog collects from Elastic Cloud, keyed by dataflow id. Node-level cluster statistics are always collected; each dataflow here adds a further set of metrics on top of that baseline, so set enabled to start or stop it. Defaults listed on each dataflow apply when the account is created; on update, omitted fields keep their current values. Every dataflow queries the deployment as the user in authentication, so that user's role must hold the required Elasticsearch privileges; a dataflow enabled without them is stored but collects no data.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_account_create_attributes.rb', line 28 def dataflows @dataflows end |
#name ⇒ Object
Human-readable name of the Elastic Cloud integration account.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_account_create_attributes.rb', line 31 def name @name end |
#settings ⇒ Object
Settings for creating the Elastic Cloud integration account.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_account_create_attributes.rb', line 34 def settings @settings end |