Class: DatadogAPIClient::V2::EntityV3SystemSpec
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EntityV3SystemSpec
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/entity_v3_system_spec.rb
Overview
The definition of Entity V3 System Spec object.
Instance Attribute Summary collapse
-
#components ⇒ Object
A list of components belongs to the system.
-
#lifecycle ⇒ Object
readonly
The lifecycle state of the component.
-
#tier ⇒ Object
readonly
An entity reference to the owner of the component.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#components ⇒ Object
A list of components belongs to the system.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/entity_v3_system_spec.rb', line 25 def components @components end |
#lifecycle ⇒ Object
The lifecycle state of the component.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/entity_v3_system_spec.rb', line 28 def lifecycle @lifecycle end |
#tier ⇒ Object
An entity reference to the owner of the component.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/entity_v3_system_spec.rb', line 31 def tier @tier end |