Reserved Instances Offering
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ReservedInstancesOffering
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ReservedInstancesOffering()()()() | Initializes a new instance of the ReservedInstancesOffering 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.) | 
|  | InstanceTenancy | 
            The tenancy of the reserved instance.
             | 
|  | InstanceType | 
            The instance type on which the Reserved Instance can be used.
             | 
|  | IsMarketPlace | 
            Whether the offering is available through the Reserved Instance
            Marketplace (resale) or AWS. True if it is a Marketplace offering.
             | 
|  | 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
             | 
|  | IsSetInstanceTenancy()()()() | 
            Checks if InstanceTenancy property is set
             | 
|  | IsSetInstanceType()()()() | 
            Checks if InstanceType property is set
             | 
|  | IsSetIsMarketplace()()()() | 
            Checks if the IsMarketplace property is set.
             | 
|  | IsSetOfferingType()()()() | 
            Checks if OfferingType property is set
             | 
|  | IsSetPricingDetails()()()() | 
            Checks if the PricingDetails property is set.
             | 
|  | IsSetProductDescription()()()() | 
            Checks if ProductDescription property is set
             | 
|  | IsSetRecurringCharges()()()() | 
            Checks if RecurringCharges property is set
             | 
|  | IsSetReservedInstancesOfferingId()()()() | 
            Checks if ReservedInstancesOfferingId property is set
             | 
|  | IsSetUsagePrice()()()() | 
            Checks if UsagePrice property is set
             | 
|  | OfferingType | 
            The Reserved Instance Offering type.
             | 
|  | PricingDetails | 
            The pricing details of the Reserved Instance offering.
             | 
|  | ProductDescription | 
            The Reserved Instance description.
             | 
|  | RecurringCharges | 
            Zero or more recurring charges associated with the Reserved Instance offering.
             | 
|  | ReservedInstancesOfferingId | 
            The ID of the Reserved Instance offering.
             | 
|  | 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.
             | 
|  | 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.
             | 
|  | WithIsMarketplace(Boolean) | Obsolete. 
            Sets whether the offering is available through the Reserved Instance
            Marketplace (resale) or AWS. 
             | 
|  | WithOfferingType(String) | Obsolete. 
            Sets the Reserved Instance Offering type.
             | 
|  | WithPricingDetails(array<PricingDetails>[]()[][]) | Obsolete. 
            Sets the pricing details of the Reserved Instance offering.
             | 
|  | WithProductDescription(String) | Obsolete. 
            Sets the Reserved Instance description.
             | 
|  | WithRecurringCharges(array<RecurringCharges>[]()[][]) | Obsolete. 
            Sets recurring charges associated with the Reserved Instance offering.
             | 
|  | WithReservedInstancesOfferingId(String) | Obsolete. 
            Sets the ID of the Reserved Instance offering.
             | 
|  | WithUsagePrice(String) | Obsolete. 
            Sets the usage price of the Reserved Instance, per hour.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ReservedInstancesOffering |