/AWS1/CL_MEMRESERVEDNODE¶
Represents the output of a PurchaseReservedNodesOffering operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_reservationid TYPE /AWS1/MEMSTRING /AWS1/MEMSTRING¶
A customer-specified identifier to track this reservation.
iv_reservednodesofferingid TYPE /AWS1/MEMSTRING /AWS1/MEMSTRING¶
The ID of the reserved node offering to purchase.
iv_nodetype TYPE /AWS1/MEMSTRING /AWS1/MEMSTRING¶
The node type for the reserved nodes.
iv_starttime TYPE /AWS1/MEMTSTAMP /AWS1/MEMTSTAMP¶
The time the reservation started.
iv_duration TYPE /AWS1/MEMINTEGER /AWS1/MEMINTEGER¶
The duration of the reservation in seconds.
iv_fixedprice TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The fixed price charged for this reserved node.
iv_nodecount TYPE /AWS1/MEMINTEGER /AWS1/MEMINTEGER¶
The number of nodes that have been reserved.
iv_offeringtype TYPE /AWS1/MEMSTRING /AWS1/MEMSTRING¶
The offering type of this reserved node.
iv_state TYPE /AWS1/MEMSTRING /AWS1/MEMSTRING¶
The state of the reserved node.
it_recurringcharges TYPE /AWS1/CL_MEMRECURRINGCHARGE=>TT_RECURRINGCHARGELIST TT_RECURRINGCHARGELIST¶
The recurring price charged to run this reserved node.
iv_arn TYPE /AWS1/MEMSTRING /AWS1/MEMSTRING¶
The Amazon Resource Name (ARN) of the reserved node.
Queryable Attributes¶
ReservationId¶
A customer-specified identifier to track this reservation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESERVATIONID() |
Getter for RESERVATIONID, with configurable default |
ASK_RESERVATIONID() |
Getter for RESERVATIONID w/ exceptions if field has no value |
HAS_RESERVATIONID() |
Determine if RESERVATIONID has a value |
ReservedNodesOfferingId¶
The ID of the reserved node offering to purchase.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESERVEDNODESOFFERINGID() |
Getter for RESERVEDNODESOFFERINGID, with configurable defaul |
ASK_RESERVEDNODESOFFERINGID() |
Getter for RESERVEDNODESOFFERINGID w/ exceptions if field ha |
HAS_RESERVEDNODESOFFERINGID() |
Determine if RESERVEDNODESOFFERINGID has a value |
NodeType¶
The node type for the reserved nodes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODETYPE() |
Getter for NODETYPE, with configurable default |
ASK_NODETYPE() |
Getter for NODETYPE w/ exceptions if field has no value |
HAS_NODETYPE() |
Determine if NODETYPE has a value |
StartTime¶
The time the reservation started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
Duration¶
The duration of the reservation in seconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DURATION() |
Getter for DURATION |
FixedPrice¶
The fixed price charged for this reserved node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIXEDPRICE() |
Getter for FIXEDPRICE |
ASK_FIXEDPRICE() |
Getter for FIXEDPRICE w/ exceptions if field has no value |
STR_FIXEDPRICE() |
String format for FIXEDPRICE |
NodeCount¶
The number of nodes that have been reserved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODECOUNT() |
Getter for NODECOUNT |
OfferingType¶
The offering type of this reserved node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OFFERINGTYPE() |
Getter for OFFERINGTYPE, with configurable default |
ASK_OFFERINGTYPE() |
Getter for OFFERINGTYPE w/ exceptions if field has no value |
HAS_OFFERINGTYPE() |
Determine if OFFERINGTYPE has a value |
State¶
The state of the reserved node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
RecurringCharges¶
The recurring price charged to run this reserved node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECURRINGCHARGES() |
Getter for RECURRINGCHARGES, with configurable default |
ASK_RECURRINGCHARGES() |
Getter for RECURRINGCHARGES w/ exceptions if field has no va |
HAS_RECURRINGCHARGES() |
Determine if RECURRINGCHARGES has a value |
ARN¶
The Amazon Resource Name (ARN) of the reserved node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESERVEDNODELIST¶
TYPES TT_RESERVEDNODELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MEMRESERVEDNODE WITH DEFAULT KEY
.