Class: DatadogAPIClient::V2::CommitmentsAwsEC2RICommitment

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

Overview

AWS EC2 Reserved Instance 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.



63
64
65
# File 'lib/datadog_api_client/v2/models/commitments_aws_ec2_ri_commitment.rb', line 63

def additional_properties
  @additional_properties
end

#availability_zoneObject

The availability zone of the reservation.



25
26
27
# File 'lib/datadog_api_client/v2/models/commitments_aws_ec2_ri_commitment.rb', line 25

def availability_zone
  @availability_zone
end

#commitment_idObject

The unique identifier of the Reserved Instance.



28
29
30
# File 'lib/datadog_api_client/v2/models/commitments_aws_ec2_ri_commitment.rb', line 28

def commitment_id
  @commitment_id
end

#expiration_dateObject

The expiration date of the commitment.



31
32
33
# File 'lib/datadog_api_client/v2/models/commitments_aws_ec2_ri_commitment.rb', line 31

def expiration_date
  @expiration_date
end

#instance_typeObject

The EC2 instance type.



34
35
36
# File 'lib/datadog_api_client/v2/models/commitments_aws_ec2_ri_commitment.rb', line 34

def instance_type
  @instance_type
end

#number_of_nfusObject

The number of Normalized Capacity Units.



37
38
39
# File 'lib/datadog_api_client/v2/models/commitments_aws_ec2_ri_commitment.rb', line 37

def number_of_nfus
  @number_of_nfus
end

#number_of_reservationsObject

The number of reserved instances.



40
41
42
# File 'lib/datadog_api_client/v2/models/commitments_aws_ec2_ri_commitment.rb', line 40

def number_of_reservations
  @number_of_reservations
end

#offering_classObject

The offering class of the Reserved Instance.



43
44
45
# File 'lib/datadog_api_client/v2/models/commitments_aws_ec2_ri_commitment.rb', line 43

def offering_class
  @offering_class
end

#operating_systemObject

The operating system of the Reserved Instance.



46
47
48
# File 'lib/datadog_api_client/v2/models/commitments_aws_ec2_ri_commitment.rb', line 46

def operating_system
  @operating_system
end

#purchase_optionObject

The payment option for the Reserved Instance.



49
50
51
# File 'lib/datadog_api_client/v2/models/commitments_aws_ec2_ri_commitment.rb', line 49

def purchase_option
  @purchase_option
end

#regionObject

The AWS region of the Reserved Instance.



52
53
54
# File 'lib/datadog_api_client/v2/models/commitments_aws_ec2_ri_commitment.rb', line 52

def region
  @region
end

#start_dateObject

The start date of the commitment.



55
56
57
# File 'lib/datadog_api_client/v2/models/commitments_aws_ec2_ri_commitment.rb', line 55

def start_date
  @start_date
end

#term_lengthObject

The term length in years.



58
59
60
# File 'lib/datadog_api_client/v2/models/commitments_aws_ec2_ri_commitment.rb', line 58

def term_length
  @term_length
end

#utilizationObject

The utilization percentage of the commitment.



61
62
63
# File 'lib/datadog_api_client/v2/models/commitments_aws_ec2_ri_commitment.rb', line 61

def utilization
  @utilization
end