/AWS1/CL_MPIFULFLLMTOPTSUMMARY¶
A summary of a fulfillment option available for deploying or accessing a listing or product.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_fulfillmentoptiontype TYPE /AWS1/MPIFULFILLMENTOPTIONTYPE /AWS1/MPIFULFILLMENTOPTIONTYPE¶
The machine-readable type of the fulfillment option, such as
SAASorAMAZON_MACHINE_IMAGE.
iv_displayname TYPE /AWS1/MPINONEMPTYSTRING /AWS1/MPINONEMPTYSTRING¶
The human-readable name of the fulfillment option type.
Queryable Attributes¶
fulfillmentOptionType¶
The machine-readable type of the fulfillment option, such as
SAASorAMAZON_MACHINE_IMAGE.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FULFILLMENTOPTIONTYPE() |
Getter for FULFILLMENTOPTIONTYPE, with configurable default |
ASK_FULFILLMENTOPTIONTYPE() |
Getter for FULFILLMENTOPTIONTYPE w/ exceptions if field has |
HAS_FULFILLMENTOPTIONTYPE() |
Determine if FULFILLMENTOPTIONTYPE has a value |
displayName¶
The human-readable name of the fulfillment option type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME 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_FULFLLMTOPTIONSUMMARYLIST¶
TYPES TT_FULFLLMTOPTIONSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPIFULFLLMTOPTSUMMARY WITH DEFAULT KEY
.