Class: DatadogAPIClient::V2::MaintenanceDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MaintenanceDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/maintenance_data_attributes.rb
Overview
The attributes of a maintenance.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#completed_date ⇒ Object
Timestamp of when the maintenance was completed.
-
#completed_description ⇒ Object
The description shown when the maintenance is completed.
-
#components_affected ⇒ Object
Components affected by the maintenance.
-
#in_progress_description ⇒ Object
The description shown while the maintenance is in progress.
-
#modified_at ⇒ Object
Timestamp of when the maintenance was last modified.
-
#published_date ⇒ Object
Timestamp of when the maintenance was published.
-
#scheduled_description ⇒ Object
The description shown when the maintenance is scheduled.
-
#start_date ⇒ Object
Timestamp of when the maintenance is scheduled to start.
-
#status ⇒ Object
The status of the maintenance.
-
#title ⇒ Object
Title of the maintenance.
-
#updates ⇒ Object
Past updates made to the maintenance.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
57 58 59 |
# File 'lib/datadog_api_client/v2/models/maintenance_data_attributes.rb', line 57 def additional_properties @additional_properties end |
#completed_date ⇒ Object
Timestamp of when the maintenance was completed.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/maintenance_data_attributes.rb', line 25 def completed_date @completed_date end |
#completed_description ⇒ Object
The description shown when the maintenance is completed.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/maintenance_data_attributes.rb', line 28 def completed_description @completed_description end |
#components_affected ⇒ Object
Components affected by the maintenance.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/maintenance_data_attributes.rb', line 31 def components_affected @components_affected end |
#in_progress_description ⇒ Object
The description shown while the maintenance is in progress.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/maintenance_data_attributes.rb', line 34 def in_progress_description @in_progress_description end |
#modified_at ⇒ Object
Timestamp of when the maintenance was last modified.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/maintenance_data_attributes.rb', line 37 def modified_at @modified_at end |
#published_date ⇒ Object
Timestamp of when the maintenance was published.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/maintenance_data_attributes.rb', line 40 def published_date @published_date end |
#scheduled_description ⇒ Object
The description shown when the maintenance is scheduled.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/maintenance_data_attributes.rb', line 43 def scheduled_description @scheduled_description end |
#start_date ⇒ Object
Timestamp of when the maintenance is scheduled to start.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/maintenance_data_attributes.rb', line 46 def start_date @start_date end |
#status ⇒ Object
The status of the maintenance.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/maintenance_data_attributes.rb', line 49 def status @status end |
#title ⇒ Object
Title of the maintenance.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/maintenance_data_attributes.rb', line 52 def title @title end |
#updates ⇒ Object
Past updates made to the maintenance.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/maintenance_data_attributes.rb', line 55 def updates @updates end |