Class: DatadogAPIClient::V2::CommitmentsAwsRDSRICommitment
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CommitmentsAwsRDSRICommitment
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/commitments_aws_rdsri_commitment.rb
Overview
AWS RDS Reserved Instance commitment details.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#commitment_id ⇒ Object
readonly
The unique identifier of the Reserved Instance.
-
#database_engine ⇒ Object
readonly
The database engine of the Reserved Instance.
-
#expiration_date ⇒ Object
The expiration date of the commitment.
-
#instance_type ⇒ Object
readonly
The RDS instance type.
-
#is_multi_az ⇒ Object
Whether the Reserved Instance is Multi-AZ.
-
#number_of_nfus ⇒ Object
The number of Normalized Capacity Units.
-
#number_of_reservations ⇒ Object
The number of reserved instances.
-
#purchase_option ⇒ Object
readonly
The payment option for the Reserved Instance.
-
#region ⇒ Object
readonly
The AWS region of the Reserved Instance.
-
#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.
60 61 62 |
# File 'lib/datadog_api_client/v2/models/commitments_aws_rdsri_commitment.rb', line 60 def additional_properties @additional_properties end |
#commitment_id ⇒ Object
The unique identifier of the Reserved Instance.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/commitments_aws_rdsri_commitment.rb', line 25 def commitment_id @commitment_id end |
#database_engine ⇒ Object
The database engine of the Reserved Instance.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/commitments_aws_rdsri_commitment.rb', line 28 def database_engine @database_engine end |
#expiration_date ⇒ Object
The expiration date of the commitment.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/commitments_aws_rdsri_commitment.rb', line 31 def expiration_date @expiration_date end |
#instance_type ⇒ Object
The RDS instance type.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/commitments_aws_rdsri_commitment.rb', line 34 def instance_type @instance_type end |
#is_multi_az ⇒ Object
Whether the Reserved Instance is Multi-AZ.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/commitments_aws_rdsri_commitment.rb', line 37 def is_multi_az @is_multi_az end |
#number_of_nfus ⇒ Object
The number of Normalized Capacity Units.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/commitments_aws_rdsri_commitment.rb', line 40 def number_of_nfus @number_of_nfus end |
#number_of_reservations ⇒ Object
The number of reserved instances.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/commitments_aws_rdsri_commitment.rb', line 43 def number_of_reservations @number_of_reservations end |
#purchase_option ⇒ Object
The payment option for the Reserved Instance.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/commitments_aws_rdsri_commitment.rb', line 46 def purchase_option @purchase_option end |
#region ⇒ Object
The AWS region of the Reserved Instance.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/commitments_aws_rdsri_commitment.rb', line 49 def region @region end |
#start_date ⇒ Object
The start date of the commitment.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/commitments_aws_rdsri_commitment.rb', line 52 def start_date @start_date end |
#term_length ⇒ Object
The term length in years.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/commitments_aws_rdsri_commitment.rb', line 55 def term_length @term_length end |
#utilization ⇒ Object
The utilization percentage of the commitment.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/commitments_aws_rdsri_commitment.rb', line 58 def utilization @utilization end |