Reserved Instances

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 ReservedInstances
Public Class ReservedInstances
public ref class ReservedInstances

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ReservedInstances()()()()
Initializes a new instance of the ReservedInstances 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.)
InstanceCount
Gets and sets the InstanceCount property. The number of Reserved Instances purchased.
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
IsSetInstanceCount()()()()
Checks if InstanceCount 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
IsSetPurchaseState()()()()
Checks if PurchaseState property is set
IsSetRecurringCharges()()()()
Checks if RecurringCharges property is set
IsSetReservedInstancesId()()()()
Checks if ReservedInstancesId property is set
IsSetStartTime()()()()
Checks if StartTime property is set
IsSetTag()()()()
Checks if Tag 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.
PurchaseState
Gets and sets the PurchaseState property. The state of the Reserved Instance purchase. Valid Values: pending-payment | active | payment-failed | retired
RecurringCharges
Gets and sets the RecurringCharges property. Zero or more recurring charges associated with the Reserved Instance.
ReservedInstancesId
Gets and sets the ReservedInstancesId property. The ID of the Reserved Instances.
StartTime
Gets and sets the StartTime property. The date and time the Reserved Instance started.
Tag
Gets and sets the Tag property. A list of tags for the ReservedInstances.
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
WithInstanceCount(Decimal)
Sets the InstanceCount 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
WithPurchaseState(String)
Sets the PurchaseState property
WithReservedInstancesId(String)
Sets the ReservedInstancesId property
WithStartTime(String)
Sets the StartTime property
WithTag(array<Tag>[]()[][])
Sets the Tag property
WithUsagePrice(String)
Sets the UsagePrice property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..ReservedInstances

See Also