Describes Reserved Instance offerings that are available for purchase.

C# |
public class DescribeReservedInstancesOfferingsRequest : EC2Request

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DescribeReservedInstancesOfferingsRequest()()()() | Initializes a new instance of the DescribeReservedInstancesOfferingsRequest class |
![]() | AvailabilityZone |
The Availability Zone in which the Reserved Instance can be used.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Filter |
A list of filters used to match system-defined properties and user-defined tags
associated with the specified ReservedInstances.
For a complete reference to the available filter keys for this operation, see the
Amazon EC2 API reference.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IncludeMarketplace |
Whether to include Marketplace offerings in the response.
|
![]() | InstanceTenancy |
The tenancy of the Reserved Instance offering.
|
![]() | InstanceType |
The instance type on which the Reserved Instance can be used.
|
![]() | IsSetAvailabilityZone()()()() |
Checks if AvailabilityZone property is set
|
![]() | IsSetFilter()()()() |
Checks if Filter property is set
|
![]() | IsSetIncludeMarketplace()()()() |
Checks whether the IncludeMarketplace property is set.
|
![]() | IsSetInstanceTenancy()()()() |
Checks if the InstanceTenancy property is set.
|
![]() | IsSetInstanceType()()()() |
Checks if InstanceType property is set
|
![]() | IsSetMaxDuration()()()() |
Checks if the MaxDuration property is set.
|
![]() | IsSetMaxInstanceCount()()()() |
Checks if the MaxInstanceCount property is set.
|
![]() | IsSetMaxResults()()()() |
Checks if the MaxResults property is set.
|
![]() | IsSetMinDuration()()()() |
Checks if the MinDuration property is set.
|
![]() | IsSetNextToken()()()() |
Checks if the NextToken property is set.
|
![]() | IsSetOfferingType()()()() |
Checks if the OfferingType property is set.
|
![]() | IsSetProductDescription()()()() |
Checks if ProductDescription property is set
|
![]() | IsSetReservedInstancesId()()()() |
Checks if ReservedInstancesId property is set
|
![]() | MaxDuration |
The maximum duration (in seconds) to filter when searching for offerings.
|
![]() | MaxInstanceCount |
The maximum number of instances to filter when searching for offerings.
|
![]() | MaxResults |
The maximum number of offerings to return per call.
|
![]() | MinDuration |
The minimum duration (in seconds) to filter when searching for offerings.
|
![]() | NextToken |
The token to get the next page of results.
|
![]() | OfferingType |
The Reserved Instance offering type.
Valid Values: Heavy Utilization | Medium Utilization | Light Utilization
|
![]() | ProductDescription |
The Reserved Instance description.
|
![]() | ReservedInstancesId |
ID of the Reserved Instances to describe.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithAvailabilityZone(String) | Obsolete.
Sets the Availability Zone in which the Reserved Instance can be used.
|
![]() | WithFilter(array<Filter>[]()[][]) | Obsolete.
Sets the filters used to match system-defined properties and user-defined tags
associated with the specified ReservedInstances.
|
![]() | WithIncludeMarketplace(Boolean) | Obsolete.
Sets whether to include Reserved Instance Marketplace listings in the response.
|
![]() | WithInstanceTenancy(String) | Obsolete.
Sets the tenancy of the Reserved Instance offering. A Reserved Instance with tenancy of dedicated will run on
single-tenant hardware and can only be launched within a VPC.
|
![]() | WithInstanceType(String) | Obsolete.
Sets the instance type on which the Reserved Instance can be used.
|
![]() | WithMaxDuration(Decimal) | Obsolete.
Sets the maximum duration to filter when searching for offerings.
|
![]() | WithMaxInstanceCount(Int32) | Obsolete.
Sets the maximum number of instances to filter when searching for offerings.
|
![]() | WithMaxResults(Int32) | Obsolete.
Sets the maximum number of offerings to return per call.
|
![]() | WithMinDuration(Decimal) | Obsolete.
Sets the minimum duration to filter when searching for offerings.
|
![]() | WithNextToken(String) | Obsolete.
Sets the token to get the next page of results.
|
![]() | WithOfferingType(String) | Obsolete.
Sets the Reserved Instance offering type.
|
![]() | WithProductDescription(String) | Obsolete.
Sets the Reserved Instance description.
|
![]() | WithReservedInstancesId(array<String>[]()[][]) | Obsolete.
Sets the ID of the Reserved Instances to describe.
|

With Amazon EC2 Reserved Instances, you purchase the right to launch
Amazon EC2 instances for a period of time (without getting insufficient
capacity errors) and pay a lower usage rate for the actual time used.
For more information about Reserved Instances, go to the Amazon
Elastic Compute Cloud Developer Guide.

Object | ||
![]() | EC2Request | |
![]() | DescribeReservedInstancesOfferingsRequest |