Class: DatadogAPIClient::V2::LayerAttributesInterval
- Inherits:
- 
      Object
      
        - Object
- DatadogAPIClient::V2::LayerAttributesInterval
 
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/layer_attributes_interval.rb
Overview
Defines how often the rotation repeats, using a combination of days and optional seconds. Should be at least 1 hour.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute additional_properties. 
- 
  
    
      #days  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The number of days in each rotation cycle. 
- 
  
    
      #seconds  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Any additional seconds for the rotation cycle (up to 30 days). 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
| 30 31 32 | # File 'lib/datadog_api_client/v2/models/layer_attributes_interval.rb', line 30 def additional_properties @additional_properties end | 
#days ⇒ Object
The number of days in each rotation cycle.
| 25 26 27 | # File 'lib/datadog_api_client/v2/models/layer_attributes_interval.rb', line 25 def days @days end | 
#seconds ⇒ Object
Any additional seconds for the rotation cycle (up to 30 days).
| 28 29 30 | # File 'lib/datadog_api_client/v2/models/layer_attributes_interval.rb', line 28 def seconds @seconds end |