Class: DatadogAPIClient::V2::CreateSnapshotTTL

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

Overview

The time-to-live for the snapshot. This value corresponds to storage lifecycle policies that automatically delete the snapshot after the specified period.

Constant Summary collapse

THIRTY_DAYS =
"30d".freeze
SIXTY_DAYS =
"60d".freeze
NINETY_DAYS =
"90d".freeze
ONE_YEAR =
"1y".freeze
TWO_YEARS =
"2y".freeze
INFINITE =
"inf".freeze

Method Summary

Methods included from BaseEnumModel

included