Class: DatadogAPIClient::V2::CommitmentsCommitmentType

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

Overview

Type of commitment. ri for Reserved Instances, sp for Savings Plans.

Constant Summary collapse

RESERVED_INSTANCES =
"ri".freeze
SAVINGS_PLANS =
"sp".freeze

Method Summary

Methods included from BaseEnumModel

included