Reserved instances
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ReservedInstances
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ReservedInstances()()()() | Initializes a new instance of the ReservedInstances class | 
|  | AvailabilityZone | 
            The Availability Zone in which the Reserved Instance can be used.
             | 
|  | CurrencyCode | 
            The currency of the Reserved Instance offering you are purchasing.
            It's specified using ISO 4217 standard (e.g., USD, JPY).
             | 
|  | Duration | 
            The duration of the Reserved Instance, in seconds.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | FixedPrice | 
            The purchase price of the Reserved Instance.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | InstanceCount | 
            The number of Reserved Instances purchased.
             | 
|  | InstanceTenancy | 
            The tenancy of the reserved instance.
             | 
|  | InstanceType | 
            The instance type on which the Reserved Instance can be used.
             | 
|  | IsSetAvailabilityZone()()()() | 
            Checks if AvailabilityZone property is set
             | 
|  | IsSetCurrencyCode()()()() | 
            Checks if CurrencyCode property is set
             | 
|  | IsSetDuration()()()() | 
            Checks if Duration property is set
             | 
|  | IsSetFixedPrice()()()() | 
            Checks if FixedPrice property is set
             | 
|  | IsSetInstanceCount()()()() | 
            Checks if InstanceCount property is set
             | 
|  | IsSetInstanceTenancy()()()() | 
            Checks if InstanceTenancy property is set
             | 
|  | IsSetInstanceType()()()() | 
            Checks if InstanceType property is set
             | 
|  | IsSetOfferingType()()()() | 
            Sets the Reserved Instance Offering type.
             | 
|  | IsSetProductDescription()()()() | 
            Checks if ProductDescription property is set
             | 
|  | IsSetPurchaseState()()()() | 
            Checks if PurchaseState property is set
             | 
|  | IsSetRecurringCharges()()()() | 
            Checks if RecurringCharges property is set
             | 
|  | IsSetReservedInstancesId()()()() | 
            Checks if ReservedInstancesId property is set
             | 
|  | IsSetStartTime()()()() | 
            Checks if StartTime property is set
             | 
|  | IsSetTag()()()() | 
            Checks if Tag property is set
             | 
|  | IsSetUsagePrice()()()() | 
            Checks if UsagePrice property is set
             | 
|  | OfferingType | 
            The Reserved Instance Offering type.
             | 
|  | ProductDescription | 
            The Reserved Instance description.
             | 
|  | PurchaseState | 
            The state of the Reserved Instance purchase.
            Valid Values: pending-payment | active | payment-failed | retired
             | 
|  | RecurringCharges | 
            Zero or more recurring charges associated with the Reserved Instance.
             | 
|  | ReservedInstancesId | 
            The ID of the Reserved Instances.
             | 
|  | StartTime | 
            The date and time the Reserved Instance started.
             | 
|  | Tag | 
            A list of tags for the ReservedInstances.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UsagePrice | 
            The usage price of the Reserved Instance, per hour.
             | 
|  | WithAvailabilityZone(String) | Obsolete. 
            Sets the Availability Zone in which the Reserved Instance can be used.
             | 
|  | WithCurrencyCode(String) | Obsolete. 
            Sets the currency of the Reserved Instance offering you are purchasing.
             | 
|  | WithDuration(Decimal) | Obsolete. 
            Sets the duration of the Reserved Instance, in seconds.
             | 
|  | WithFixedPrice(String) | Obsolete. 
            Sets the purchase price of the Reserved Instance.
             | 
|  | WithInstanceCount(Decimal) | Obsolete. 
            Sets the number of Reserved Instances purchased.
             | 
|  | WithInstanceTenancy(String) | Obsolete. 
            Sets the tenancy of the reserved instance.
             | 
|  | WithInstanceType(String) | Obsolete. 
            Sets the instance type on which the Reserved Instance can be used.
             | 
|  | WithOfferingType(String) | Obsolete. 
            Sets the OfferingType property
             | 
|  | WithProductDescription(String) | Obsolete. 
            Sets the Reserved Instance description.
             | 
|  | WithPurchaseState(String) | Obsolete. 
            Sets the state of the Reserved Instance purchase.
             | 
|  | WithReservedInstancesId(String) | Obsolete. 
            Sets the ID of the Reserved Instances.
             | 
|  | WithStartTime(String) | Obsolete. 
            Sets the date and time the Reserved Instance started.
             | 
|  | WithTag(array<Tag>[]()[][]) | Obsolete. 
            Sets the list of tags for the ReservedInstances.
             | 
|  | WithUsagePrice(String) | Obsolete. 
            Sets the usage price of the Reserved Instance, per hour.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ReservedInstances |