Class: DatadogAPIClient::V2::CommitmentsAzureComputeSPCommitment

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_nameObject

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_idObject

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_hourObject

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_dateObject

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_dateObject

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_lengthObject

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

#utilizationObject

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