Class: DatadogAPIClient::V2::ScheduleUpdateRequestDataAttributesLayersItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ScheduleUpdateRequestDataAttributesLayersItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items.rb
Overview
Represents a layer within a schedule update, including rotation details, members, and optional restrictions.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#effective_date ⇒ Object
readonly
When this updated layer takes effect (ISO 8601 format).
-
#end_date ⇒ Object
When this updated layer should stop being active (ISO 8601 format).
-
#id ⇒ Object
A unique identifier for the layer being updated.
-
#interval ⇒ Object
readonly
Specifies how the rotation repeats: number of days, plus optional seconds, up to the given maximums.
-
#members ⇒ Object
readonly
The members assigned to this layer.
-
#name ⇒ Object
readonly
The name for this layer (for example, "Secondary Coverage").
-
#restrictions ⇒ Object
Any time restrictions that define when this layer is active.
-
#rotation_start ⇒ Object
readonly
The date/time at which the rotation begins (ISO 8601 format).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items.rb', line 49 def additional_properties @additional_properties end |
#effective_date ⇒ Object
When this updated layer takes effect (ISO 8601 format).
26 27 28 |
# File 'lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items.rb', line 26 def effective_date @effective_date end |
#end_date ⇒ Object
When this updated layer should stop being active (ISO 8601 format).
29 30 31 |
# File 'lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items.rb', line 29 def end_date @end_date end |
#id ⇒ Object
A unique identifier for the layer being updated.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items.rb', line 32 def id @id end |
#interval ⇒ Object
Specifies how the rotation repeats: number of days, plus optional seconds, up to the given maximums.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items.rb', line 35 def interval @interval end |
#members ⇒ Object
The members assigned to this layer.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items.rb', line 38 def members @members end |
#name ⇒ Object
The name for this layer (for example, "Secondary Coverage").
41 42 43 |
# File 'lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items.rb', line 41 def name @name end |
#restrictions ⇒ Object
Any time restrictions that define when this layer is active.
44 45 46 |
# File 'lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items.rb', line 44 def restrictions @restrictions end |
#rotation_start ⇒ Object
The date/time at which the rotation begins (ISO 8601 format).
47 48 49 |
# File 'lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items.rb', line 47 def rotation_start @rotation_start end |