Class: DatadogAPIClient::V2::LogsStorageTier

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

Overview

Specifies storage type as indexes, online-archives or flex

Constant Summary collapse

INDEXES =
"indexes".freeze
ONLINE_ARCHIVES =
"online-archives".freeze
FLEX =
"flex".freeze

Method Summary

Methods included from BaseEnumModel

included