/AWS1/CL_TBDCUSMANAGEDFLEETC00¶
The details of a customer managed fleet configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_mode TYPE /AWS1/TBDAUTOSCALINGMODE /AWS1/TBDAUTOSCALINGMODE¶
The Auto Scaling mode for the customer managed fleet configuration.
io_workercapabilities TYPE REF TO /AWS1/CL_TBDCUSMANAGEDWORKER00 /AWS1/CL_TBDCUSMANAGEDWORKER00¶
The worker capabilities for a customer managed fleet configuration.
Optional arguments:¶
iv_storageprofileid TYPE /AWS1/TBDSTORAGEPROFILEID /AWS1/TBDSTORAGEPROFILEID¶
The storage profile ID.
iv_tagpropagationmode TYPE /AWS1/TBDTAGPROPAGATIONMODE /AWS1/TBDTAGPROPAGATIONMODE¶
Specifies whether tags associated with a fleet are attached to workers when the worker is launched.
When the
tagPropagationModeis set toPROPAGATE_TAGS_TO_WORKERS_AT_LAUNCHany tag associated with a fleet is attached to workers when they launch. If the tags for a fleet change, the tags associated with running workers do not change.If you don't specify
tagPropagationMode, the default isNO_PROPAGATION.
Queryable Attributes¶
mode¶
The Auto Scaling mode for the customer managed fleet configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODE() |
Getter for MODE, with configurable default |
ASK_MODE() |
Getter for MODE w/ exceptions if field has no value |
HAS_MODE() |
Determine if MODE has a value |
workerCapabilities¶
The worker capabilities for a customer managed fleet configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKERCAPABILITIES() |
Getter for WORKERCAPABILITIES |
storageProfileId¶
The storage profile ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STORAGEPROFILEID() |
Getter for STORAGEPROFILEID, with configurable default |
ASK_STORAGEPROFILEID() |
Getter for STORAGEPROFILEID w/ exceptions if field has no va |
HAS_STORAGEPROFILEID() |
Determine if STORAGEPROFILEID has a value |
tagPropagationMode¶
Specifies whether tags associated with a fleet are attached to workers when the worker is launched.
When the
tagPropagationModeis set toPROPAGATE_TAGS_TO_WORKERS_AT_LAUNCHany tag associated with a fleet is attached to workers when they launch. If the tags for a fleet change, the tags associated with running workers do not change.If you don't specify
tagPropagationMode, the default isNO_PROPAGATION.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGPROPAGATIONMODE() |
Getter for TAGPROPAGATIONMODE, with configurable default |
ASK_TAGPROPAGATIONMODE() |
Getter for TAGPROPAGATIONMODE w/ exceptions if field has no |
HAS_TAGPROPAGATIONMODE() |
Determine if TAGPROPAGATIONMODE has a value |