Describes Reserved Instance offerings that are
available for purchase. 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.
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DescribeReservedInstancesOfferingsRequest
Public Class DescribeReservedInstancesOfferingsRequest
public ref class DescribeReservedInstancesOfferingsRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DescribeReservedInstancesOfferingsRequest()()()() | Initializes a new instance of the DescribeReservedInstancesOfferingsRequest class | |
| AvailabilityZone |
Gets and sets the AvailabilityZone property.
The Availability Zone in which the Reserved
Instance can be used.
| |
| Equals(Object) | (Inherited from Object.) | |
| Filter |
Gets and sets the Filter property.
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.) | |
| InstanceTenancy |
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.
Valid Values: default | dedicated
| |
| InstanceType |
Gets and sets the InstanceType property.
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
| |
| IsSetInstanceTenancy()()()() |
Checks if the InstanceTenancy property is set.
| |
| IsSetInstanceType()()()() |
Checks if InstanceType 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
| |
| OfferingType |
Gets and sets the Reserved Instance offering type.
Valid Values: Heavy Utilization | Medium Utilization | Light Utilization
| |
| ProductDescription |
Gets and sets the ProductDescription property.
The Reserved Instance description.
| |
| ReservedInstancesId |
Gets and sets the ReservedInstancesId property.
ID of the Reserved Instances to describe.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithAvailabilityZone(String) |
Sets the AvailabilityZone property
| |
| WithFilter(array<Filter>[]()[][]) |
Sets the Filter property
| |
| WithInstanceTenancy(String) |
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) |
Sets the InstanceType property
| |
| WithOfferingType(String) |
Sets the Reserved Instance offering type.
| |
| WithProductDescription(String) |
Sets the ProductDescription property
| |
| WithReservedInstancesId(array<String>[]()[][]) |
Sets the ReservedInstancesId property
|