Class: DatadogAPIClient::V2::EntityV3Metadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EntityV3Metadata
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/entity_v3_metadata.rb
Overview
The definition of Entity V3 Metadata object.
Instance Attribute Summary collapse
-
#additional_owners ⇒ Object
The additional owners of the entity, usually a team.
-
#contacts ⇒ Object
A list of contacts for the entity.
-
#description ⇒ Object
Short description of the entity.
-
#display_name ⇒ Object
User friendly name of the entity.
-
#id ⇒ Object
readonly
A read-only globally unique identifier for the entity generated by Datadog.
-
#inherit_from ⇒ Object
The entity reference from which to inherit metadata.
-
#links ⇒ Object
A list of links for the entity.
-
#managed ⇒ Object
A read-only set of Datadog managed attributes generated by Datadog.
-
#name ⇒ Object
readonly
Unique name given to an entity under the kind/namespace.
-
#namespace ⇒ Object
readonly
Namespace is a part of unique identifier.
-
#owner ⇒ Object
The owner of the entity, usually a team.
-
#tags ⇒ Object
A set of custom tags.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_owners ⇒ Object
The additional owners of the entity, usually a team.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/entity_v3_metadata.rb', line 25 def additional_owners @additional_owners end |
#contacts ⇒ Object
A list of contacts for the entity.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/entity_v3_metadata.rb', line 28 def contacts @contacts end |
#description ⇒ Object
Short description of the entity. The UI can leverage the description for display.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/entity_v3_metadata.rb', line 31 def description @description end |
#display_name ⇒ Object
User friendly name of the entity. The UI can leverage the display name for display.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/entity_v3_metadata.rb', line 34 def display_name @display_name end |
#id ⇒ Object
A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/entity_v3_metadata.rb', line 37 def id @id end |
#inherit_from ⇒ Object
The entity reference from which to inherit metadata
40 41 42 |
# File 'lib/datadog_api_client/v2/models/entity_v3_metadata.rb', line 40 def inherit_from @inherit_from end |
#links ⇒ Object
A list of links for the entity.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/entity_v3_metadata.rb', line 43 def links @links end |
#managed ⇒ Object
A read-only set of Datadog managed attributes generated by Datadog. User supplied values are ignored.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/entity_v3_metadata.rb', line 46 def managed @managed end |
#name ⇒ Object
Unique name given to an entity under the kind/namespace.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/entity_v3_metadata.rb', line 49 def name @name end |
#namespace ⇒ Object
Namespace is a part of unique identifier. It has a default value of 'default'.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/entity_v3_metadata.rb', line 52 def namespace @namespace end |
#owner ⇒ Object
The owner of the entity, usually a team.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/entity_v3_metadata.rb', line 55 def owner @owner end |
#tags ⇒ Object
A set of custom tags.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/entity_v3_metadata.rb', line 58 def @tags end |