/AWS1/CL_MQ_BROKERINSTOPTION¶
Option for host instance type.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_availabilityzones TYPE /AWS1/CL_MQ_AVAILABILITYZONE=>TT___LISTOFAVAILABILITYZONE TT___LISTOFAVAILABILITYZONE¶
The list of available az.
iv_enginetype TYPE /AWS1/MQ_ENGINETYPE /AWS1/MQ_ENGINETYPE¶
The broker's engine type.
iv_hostinstancetype TYPE /AWS1/MQ___STRING /AWS1/MQ___STRING¶
The broker's instance type.
iv_storagetype TYPE /AWS1/MQ_BROKERSTORAGETYPE /AWS1/MQ_BROKERSTORAGETYPE¶
The broker's storage type.
it_supporteddeploymentmodes TYPE /AWS1/CL_MQ___LSTOFDEPLOYMEN00=>TT___LISTOFDEPLOYMENTMODE TT___LISTOFDEPLOYMENTMODE¶
The list of supported deployment modes.
it_supportedengineversions TYPE /AWS1/CL_MQ___LISTOF__STRING_W=>TT___LISTOF__STRING TT___LISTOF__STRING¶
The list of supported engine versions.
Queryable Attributes¶
AvailabilityZones¶
The list of available az.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AVAILABILITYZONES() |
Getter for AVAILABILITYZONES, with configurable default |
ASK_AVAILABILITYZONES() |
Getter for AVAILABILITYZONES w/ exceptions if field has no v |
HAS_AVAILABILITYZONES() |
Determine if AVAILABILITYZONES has a value |
EngineType¶
The broker's engine type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENGINETYPE() |
Getter for ENGINETYPE, with configurable default |
ASK_ENGINETYPE() |
Getter for ENGINETYPE w/ exceptions if field has no value |
HAS_ENGINETYPE() |
Determine if ENGINETYPE has a value |
HostInstanceType¶
The broker's instance type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOSTINSTANCETYPE() |
Getter for HOSTINSTANCETYPE, with configurable default |
ASK_HOSTINSTANCETYPE() |
Getter for HOSTINSTANCETYPE w/ exceptions if field has no va |
HAS_HOSTINSTANCETYPE() |
Determine if HOSTINSTANCETYPE has a value |
StorageType¶
The broker's storage type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STORAGETYPE() |
Getter for STORAGETYPE, with configurable default |
ASK_STORAGETYPE() |
Getter for STORAGETYPE w/ exceptions if field has no value |
HAS_STORAGETYPE() |
Determine if STORAGETYPE has a value |
SupportedDeploymentModes¶
The list of supported deployment modes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPORTEDDEPLOYMENTMODES() |
Getter for SUPPORTEDDEPLOYMENTMODES, with configurable defau |
ASK_SUPPORTEDDEPLOYMENTMODES() |
Getter for SUPPORTEDDEPLOYMENTMODES w/ exceptions if field h |
HAS_SUPPORTEDDEPLOYMENTMODES() |
Determine if SUPPORTEDDEPLOYMENTMODES has a value |
SupportedEngineVersions¶
The list of supported engine versions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPORTEDENGINEVERSIONS() |
Getter for SUPPORTEDENGINEVERSIONS, with configurable defaul |
ASK_SUPPORTEDENGINEVERSIONS() |
Getter for SUPPORTEDENGINEVERSIONS w/ exceptions if field ha |
HAS_SUPPORTEDENGINEVERSIONS() |
Determine if SUPPORTEDENGINEVERSIONS 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___LISTOFBROKERINSTOPTION¶
TYPES TT___LISTOFBROKERINSTOPTION TYPE STANDARD TABLE OF REF TO /AWS1/CL_MQ_BROKERINSTOPTION WITH DEFAULT KEY
.