Class: DatadogAPIClient::V2::CommitmentsAzureVMRICommitment
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CommitmentsAzureVMRICommitment
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/commitments_azure_vmri_commitment.rb
Overview
Azure Virtual Machine Reserved Instance 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 reservation.
-
#commitment_id ⇒ Object
readonly
The unique identifier of the Reserved Instance.
-
#expiration_date ⇒ Object
The expiration date of the commitment.
-
#instance_type ⇒ Object
readonly
The Azure VM instance type.
-
#meter_sub_category ⇒ Object
readonly
The Azure meter sub-category for the reservation.
-
#region ⇒ Object
readonly
The Azure region of the Reserved Instance.
-
#start_date ⇒ Object
The start date of the commitment.
-
#status ⇒ Object
readonly
Status of an Azure VM Reserved Instance.
-
#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.
54 55 56 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_vmri_commitment.rb', line 54 def additional_properties @additional_properties end |
#benefit_name ⇒ Object
The display name of the Azure reservation.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_vmri_commitment.rb', line 25 def benefit_name @benefit_name end |
#commitment_id ⇒ Object
The unique identifier of the Reserved Instance.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_vmri_commitment.rb', line 28 def commitment_id @commitment_id end |
#expiration_date ⇒ Object
The expiration date of the commitment.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_vmri_commitment.rb', line 31 def expiration_date @expiration_date end |
#instance_type ⇒ Object
The Azure VM instance type.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_vmri_commitment.rb', line 34 def instance_type @instance_type end |
#meter_sub_category ⇒ Object
The Azure meter sub-category for the reservation.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_vmri_commitment.rb', line 37 def meter_sub_category @meter_sub_category end |
#region ⇒ Object
The Azure region of the Reserved Instance.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_vmri_commitment.rb', line 40 def region @region end |
#start_date ⇒ Object
The start date of the commitment.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_vmri_commitment.rb', line 43 def start_date @start_date end |
#status ⇒ Object
Status of an Azure VM Reserved Instance.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_vmri_commitment.rb', line 46 def status @status end |
#term_length ⇒ Object
The term length in years.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_vmri_commitment.rb', line 49 def term_length @term_length end |
#utilization ⇒ Object
The utilization percentage of the commitment.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/commitments_azure_vmri_commitment.rb', line 52 def utilization @utilization end |