AWS SDK Version 3 for .NET
API Reference

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.

Contains the output of GetReservedInstancesExchangeQuote.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.EC2.Model.GetReservedInstancesExchangeQuoteResponse

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class GetReservedInstancesExchangeQuoteResponse : AmazonWebServiceResponse

The GetReservedInstancesExchangeQuoteResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CurrencyCode System.String

Gets and sets the property CurrencyCode.

The currency of the transaction.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property IsValidExchange System.Boolean

Gets and sets the property IsValidExchange.

If true, the exchange is valid. If false, the exchange cannot be completed.

Public Property OutputReservedInstancesWillExpireAt System.DateTime

Gets and sets the property OutputReservedInstancesWillExpireAt.

The new end date of the reservation term.

Public Property PaymentDue System.String

Gets and sets the property PaymentDue.

The total true upfront charge for the exchange.

Public Property ReservedInstanceValueRollup Amazon.EC2.Model.ReservationValue

Gets and sets the property ReservedInstanceValueRollup.

The cost associated with the Reserved Instance.

Public Property ReservedInstanceValueSet System.Collections.Generic.List<Amazon.EC2.Model.ReservedInstanceReservationValue>

Gets and sets the property ReservedInstanceValueSet.

The configuration of your Convertible Reserved Instances.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property TargetConfigurationValueRollup Amazon.EC2.Model.ReservationValue

Gets and sets the property TargetConfigurationValueRollup.

The cost associated with the Reserved Instance.

Public Property TargetConfigurationValueSet System.Collections.Generic.List<Amazon.EC2.Model.TargetReservationValue>

Gets and sets the property TargetConfigurationValueSet.

The values of the target Convertible Reserved Instances.

Public Property ValidationFailureReason System.String

Gets and sets the property ValidationFailureReason.

Describes the reason why the exchange cannot be completed.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5