Reserved Instances Offering

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ReservedInstancesOffering
Public Class ReservedInstancesOffering
public ref class ReservedInstancesOffering

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ReservedInstancesOffering()()()()
Initializes a new instance of the ReservedInstancesOffering class
AvailabilityZone
Gets and sets the AvailabilityZone property. The Availability Zone in which the Reserved Instance can be used.
CurrencyCode
Gets and sets the CurrencyCode property. The currency of the Reserved Instance offering you are purchasing. It's specified using ISO 4217 standard (e.g., USD, JPY).
Duration
Gets and sets the Duration property. The duration of the Reserved Instance, in seconds.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FixedPrice
Gets and sets the FixedPrice property. 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
Gets and sets the InstanceTenancy property. The tenancy of the reserved instance.
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
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
IsSetOfferingType()()()()
Checks if OfferingType 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
Gets and sets the CurrencyCode property. The Reserved Instance Offering type.
ProductDescription
Gets and sets the ProductDescription property. The Reserved Instance description.
RecurringCharges
Gets and sets the RecurringCharges property. Zero or more recurring charges associated with the Reserved Instance offering.
ReservedInstancesOfferingId
Gets and sets the ReservedInstancesOfferingId property. The ID of the Reserved Instance offering.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UsagePrice
Gets and sets the UsagePrice property. The usage price of the Reserved Instance, per hour.
WithAvailabilityZone(String)
Sets the AvailabilityZone property
WithCurrencyCode(String)
Sets the CurrencyCode property
WithDuration(Decimal)
Sets the Duration property
WithFixedPrice(String)
Sets the FixedPrice property
WithInstanceTenancy(String)
Sets the InstanceTenancy property
WithInstanceType(String)
Sets the InstanceType property
WithOfferingType(String)
Sets the OfferingType property
WithProductDescription(String)
Sets the ProductDescription property
WithReservedInstancesOfferingId(String)
Sets the ReservedInstancesOfferingId property
WithUsagePrice(String)
Sets the UsagePrice property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..ReservedInstancesOffering

See Also