/AWS1/CL_BDOGETCAPPVDROUTPUT¶
GetCapacityProviderOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_capacityproviderid TYPE /AWS1/BDOCAPACITYPROVIDERID /AWS1/BDOCAPACITYPROVIDERID¶
The unique identifier of the capacity provider.
iv_capacityproviderarn TYPE /AWS1/BDOCAPACITYPROVIDERARN /AWS1/BDOCAPACITYPROVIDERARN¶
The Amazon Resource Name (ARN) of the capacity provider.
iv_name TYPE /AWS1/BDOCAPACITYPROVIDERNAME /AWS1/BDOCAPACITYPROVIDERNAME¶
The name of the capacity provider.
iv_status TYPE /AWS1/BDOCAPACITYPVDRSTATUS /AWS1/BDOCAPACITYPVDRSTATUS¶
The current status of the capacity provider. For possible values, see
CapacityProviderStatus.
io_permissionsconfiguration TYPE REF TO /AWS1/CL_BDOPERMISSIONSCONF /AWS1/CL_BDOPERMISSIONSCONF¶
The permissions configuration for the capacity provider.
io_computeconfiguration TYPE REF TO /AWS1/CL_BDOCOMPUTECONF /AWS1/CL_BDOCOMPUTECONF¶
The compute configuration for the capacity provider.
iv_createdat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP¶
The timestamp when the capacity provider was created.
iv_lastupdatedat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP¶
The timestamp when the capacity provider was last updated.
Optional arguments:¶
iv_description TYPE /AWS1/BDODESCRIPTION /AWS1/BDODESCRIPTION¶
The description of the capacity provider, if one was provided.
iv_statuscode TYPE /AWS1/BDOCAPPVDRSTATUSCODE /AWS1/BDOCAPPVDRSTATUSCODE¶
A reason code for a capacity provider that is not in the
READYstate. Use this code for programmatic error handling.
iv_statusreason TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING¶
A human-readable message that describes why the capacity provider is not in the
READYstate. Because these messages can change, usestatusCodefor programmatic error handling.
Queryable Attributes¶
capacityProviderId¶
The unique identifier of the capacity provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPACITYPROVIDERID() |
Getter for CAPACITYPROVIDERID, with configurable default |
ASK_CAPACITYPROVIDERID() |
Getter for CAPACITYPROVIDERID w/ exceptions if field has no |
HAS_CAPACITYPROVIDERID() |
Determine if CAPACITYPROVIDERID has a value |
capacityProviderArn¶
The Amazon Resource Name (ARN) of the capacity provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPACITYPROVIDERARN() |
Getter for CAPACITYPROVIDERARN, with configurable default |
ASK_CAPACITYPROVIDERARN() |
Getter for CAPACITYPROVIDERARN w/ exceptions if field has no |
HAS_CAPACITYPROVIDERARN() |
Determine if CAPACITYPROVIDERARN has a value |
name¶
The name of the capacity provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
status¶
The current status of the capacity provider. For possible values, see
CapacityProviderStatus.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
description¶
The description of the capacity provider, if one was provided.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
statusCode¶
A reason code for a capacity provider that is not in the
READYstate. Use this code for programmatic error handling.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSCODE() |
Getter for STATUSCODE, with configurable default |
ASK_STATUSCODE() |
Getter for STATUSCODE w/ exceptions if field has no value |
HAS_STATUSCODE() |
Determine if STATUSCODE has a value |
statusReason¶
A human-readable message that describes why the capacity provider is not in the
READYstate. Because these messages can change, usestatusCodefor programmatic error handling.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
permissionsConfiguration¶
The permissions configuration for the capacity provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERMISSIONSCONFIGURATION() |
Getter for PERMISSIONSCONFIGURATION |
computeConfiguration¶
The compute configuration for the capacity provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPUTECONFIGURATION() |
Getter for COMPUTECONFIGURATION |
createdAt¶
The timestamp when the capacity provider was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
lastUpdatedAt¶
The timestamp when the capacity provider was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |