/AWS1/CL_SGMDOCKERSETTINGS¶
A collection of settings that configure the domain's Docker interaction.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_enabledockeraccess TYPE /AWS1/SGMFEATURESTATUS /AWS1/SGMFEATURESTATUS¶
Indicates whether the domain can access Docker.
it_vpconlytrustedaccounts TYPE /AWS1/CL_SGMVPCONLYTRUSTEDAC00=>TT_VPCONLYTRUSTEDACCOUNTS TT_VPCONLYTRUSTEDACCOUNTS¶
The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.
iv_rootlessdocker TYPE /AWS1/SGMFEATURESTATUS /AWS1/SGMFEATURESTATUS¶
Indicates whether to use rootless Docker.
Queryable Attributes¶
EnableDockerAccess¶
Indicates whether the domain can access Docker.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLEDOCKERACCESS() |
Getter for ENABLEDOCKERACCESS, with configurable default |
ASK_ENABLEDOCKERACCESS() |
Getter for ENABLEDOCKERACCESS w/ exceptions if field has no |
HAS_ENABLEDOCKERACCESS() |
Determine if ENABLEDOCKERACCESS has a value |
VpcOnlyTrustedAccounts¶
The list of Amazon Web Services accounts that are trusted when the domain is created in VPC-only mode.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCONLYTRUSTEDACCOUNTS() |
Getter for VPCONLYTRUSTEDACCOUNTS, with configurable default |
ASK_VPCONLYTRUSTEDACCOUNTS() |
Getter for VPCONLYTRUSTEDACCOUNTS w/ exceptions if field has |
HAS_VPCONLYTRUSTEDACCOUNTS() |
Determine if VPCONLYTRUSTEDACCOUNTS has a value |
RootlessDocker¶
Indicates whether to use rootless Docker.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROOTLESSDOCKER() |
Getter for ROOTLESSDOCKER, with configurable default |
ASK_ROOTLESSDOCKER() |
Getter for ROOTLESSDOCKER w/ exceptions if field has no valu |
HAS_ROOTLESSDOCKER() |
Determine if ROOTLESSDOCKER has a value |