Class: DatadogAPIClient::V2::ElasticCloudIntegrationAccountUpdateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ElasticCloudIntegrationAccountUpdateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/elastic_cloud_integration_account_update_attributes.rb
Overview
Writable attributes used to update an Elastic Cloud integration account. Every field is optional; only the fields provided are changed. When dataflows is provided, only the dataflow ids included in the request are modified; dataflows omitted from the map keep their current configuration.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#authentication ⇒ Object
Authentication for updating the Elastic Cloud integration account.
-
#dataflows ⇒ Object
Dataflows to configure on the Elastic Cloud integration account, keyed by dataflow id.
-
#name ⇒ Object
Human-readable name of the Elastic Cloud integration account.
-
#settings ⇒ Object
Settings for updating 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_update_attributes.rb', line 36 def additional_properties @additional_properties end |
#authentication ⇒ Object
Authentication for updating the Elastic Cloud integration account. Exactly one method is set.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_account_update_attributes.rb', line 25 def authentication @authentication end |
#dataflows ⇒ Object
Dataflows to configure on the Elastic Cloud integration account, keyed by dataflow id.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_account_update_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_update_attributes.rb', line 31 def name @name end |
#settings ⇒ Object
Settings for updating the Elastic Cloud integration account. Only the fields provided are changed.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_account_update_attributes.rb', line 34 def settings @settings end |