Class: DatadogAPIClient::V2::CommitmentsAzureComputeSPCommitment
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CommitmentsAzureComputeSPCommitment
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/commitments_azure_compute_sp_commitment.rb
Overview
Azure Compute Savings Plan commitment details.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#benefit_name ⇒ Object
readonly
The display name of the Azure Savings Plan.
-
#commitment_id ⇒ Object
readonly
The unique identifier of the Savings Plan.
-
#committed_spend_per_hour ⇒ Object
The hourly committed spend for the Savings Plan.
-
#expiration_date ⇒ Object
The expiration date of the commitment.
-
#start_date ⇒ Object
The start date of the commitment.
-
#term_length ⇒ Object
The term length in years.
-
#utilization ⇒ Object
The utilization percentage of the commitment.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_compute_sp_commitment.rb', line 45 def additional_properties @additional_properties end |
#benefit_name ⇒ Object
The display name of the Azure Savings Plan.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_compute_sp_commitment.rb', line 25 def benefit_name @benefit_name end |
#commitment_id ⇒ Object
The unique identifier of the Savings Plan.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_compute_sp_commitment.rb', line 28 def commitment_id @commitment_id end |
#committed_spend_per_hour ⇒ Object
The hourly committed spend for the Savings Plan.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_compute_sp_commitment.rb', line 31 def committed_spend_per_hour @committed_spend_per_hour end |
#expiration_date ⇒ Object
The expiration date of the commitment.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_compute_sp_commitment.rb', line 34 def expiration_date @expiration_date end |
#start_date ⇒ Object
The start date of the commitment.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_compute_sp_commitment.rb', line 37 def start_date @start_date end |
#term_length ⇒ Object
The term length in years.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_compute_sp_commitment.rb', line 40 def term_length @term_length end |
#utilization ⇒ Object
The utilization percentage of the commitment.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_compute_sp_commitment.rb', line 43 def utilization @utilization end |