Class: DatadogAPIClient::V2::EntityV3DatastoreSpec
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EntityV3DatastoreSpec
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/entity_v3_datastore_spec.rb
Overview
The definition of Entity V3 Datastore Spec object.
Instance Attribute Summary collapse
-
#lifecycle ⇒ Object
readonly
The lifecycle state of the datastore.
-
#tier ⇒ Object
readonly
The importance of the datastore.
-
#type ⇒ Object
The type of datastore.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#lifecycle ⇒ Object
The lifecycle state of the datastore.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/entity_v3_datastore_spec.rb', line 25 def lifecycle @lifecycle end |
#tier ⇒ Object
The importance of the datastore.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/entity_v3_datastore_spec.rb', line 28 def tier @tier end |
#type ⇒ Object
The type of datastore.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/entity_v3_datastore_spec.rb', line 31 def type @type end |