1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Documentation for Reserved Instance recurringCharges and scope

This commit is contained in:
Aaron Stone 2017-01-04 12:53:10 -08:00
parent c24c4e8fd9
commit 17db952071

View file

@ -20,11 +20,15 @@ module Fog
# * 'instanceType'<~String> - type of instance
# * 'instanceCount'<~Integer> - number of reserved instances
# * 'productDescription'<~String> - reserved instance description
# * 'recurringCharges'<~Array>:
# * 'frequency'<~String> - frequency of a recurring charge while the reservation is active (only Hourly at this time)
# * 'amount'<~Float> - recurring charge amount
# * 'reservedInstancesId'<~String> - id of the instance
# * 'scope'<~String> - scope of the reservation (i.e. 'Availability Zone' or 'Region' - as of version 2016/11/15)
# * 'start'<~Time> - start time for reservation
# * 'state'<~String> - state of reserved instance purchase, in .[pending-payment, active, payment-failed, retired]
# * 'usagePrice"<~Float> - usage price of reserved instances, per hour
# * 'end' - time reservation stopped being applied (i.e sold or canceled - as of version 2013/10/01)
# * 'end'<~Time> - time reservation stopped being applied (i.e. sold or canceled - as of version 2013/10/01)
#
# {Amazon API Reference}[http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeReservedInstances.html]
def describe_reserved_instances(filters = {})