Class: DatadogAPIClient::V2::MaintenanceDataAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/maintenance_data_attributes.rb

Overview

The attributes of a maintenance.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_dateObject

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_descriptionObject

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_affectedObject

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_descriptionObject

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_atObject

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_dateObject

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_descriptionObject

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_dateObject

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

#statusObject

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

#titleObject

Title of the maintenance.



52
53
54
# File 'lib/datadog_api_client/v2/models/maintenance_data_attributes.rb', line 52

def title
  @title
end

#updatesObject

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