AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the DescribeReservedInstancesOfferings operation. Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.
If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.
For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class DescribeReservedInstancesOfferingsRequest : AmazonEC2Request IAmazonWebServiceRequest
The DescribeReservedInstancesOfferingsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeReservedInstancesOfferingsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
AvailabilityZone | System.String |
Gets and sets the property AvailabilityZone. The Availability Zone in which the Reserved Instance can be used. |
![]() |
Filters | System.Collections.Generic.List<Amazon.EC2.Model.Filter> |
Gets and sets the property Filters. One or more filters.
|
![]() |
IncludeMarketplace | System.Boolean |
Gets and sets the property IncludeMarketplace. Include Reserved Instance Marketplace offerings in the response. |
![]() |
InstanceTenancy | Amazon.EC2.Tenancy |
Gets and sets the property InstanceTenancy.
The tenancy of the instances covered by the reservation. A Reserved Instance with
a tenancy of Important: The
Default: |
![]() |
InstanceType | Amazon.EC2.InstanceType |
Gets and sets the property InstanceType.
The instance type that the reservation will cover (for example, |
![]() |
MaxDuration | System.Int64 |
Gets and sets the property MaxDuration. The maximum duration (in seconds) to filter when searching for offerings. Default: 94608000 (3 years) |
![]() |
MaxInstanceCount | System.Int32 |
Gets and sets the property MaxInstanceCount. The maximum number of instances to filter when searching for offerings. Default: 20 |
![]() |
MaxResults | System.Int32 |
Gets and sets the property MaxResults.
The maximum number of results to return for the request in a single page. The remaining
results of the initial request can be seen by sending another request with the returned
Default: 100 |
![]() |
MinDuration | System.Int64 |
Gets and sets the property MinDuration. The minimum duration (in seconds) to filter when searching for offerings. Default: 2592000 (1 month) |
![]() |
NextToken | System.String |
Gets and sets the property NextToken. The token to retrieve the next page of results. |
![]() |
OfferingClass | Amazon.EC2.OfferingClassType |
Gets and sets the property OfferingClass.
The offering class of the Reserved Instance. Can be |
![]() |
OfferingType | Amazon.EC2.OfferingTypeValues |
Gets and sets the property OfferingType.
The Reserved Instance offering type. If you are using tools that predate the 2011-11-01
API version, you only have access to the |
![]() |
ProductDescription | Amazon.EC2.RIProductDescription |
Gets and sets the property ProductDescription. The Reserved Instance product platform description. Instances that include (Amazon VPC)in the description are for use with Amazon VPC. |
![]() |
ReservedInstancesOfferingIds | System.Collections.Generic.List<System.String> |
Gets and sets the property ReservedInstancesOfferingIds. One or more Reserved Instances offering IDs. |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5, 4.0, 3.5