/AWS1/CL_BDOCODEINTNETWORKCONF¶
The network configuration for a code interpreter. This structure defines how the code interpreter connects to the network.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_networkmode TYPE /AWS1/BDOCODEINTERPTRNETMODE /AWS1/BDOCODEINTERPTRNETMODE¶
The network mode for the code interpreter. This field specifies how the code interpreter connects to the network.
Optional arguments:¶
io_vpcconfig TYPE REF TO /AWS1/CL_BDOVPCCONFIG /AWS1/CL_BDOVPCCONFIG¶
The VPC configuration for the code interpreter. This configuration is required when the network mode is set to
VPC.
Queryable Attributes¶
networkMode¶
The network mode for the code interpreter. This field specifies how the code interpreter connects to the network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKMODE() |
Getter for NETWORKMODE, with configurable default |
ASK_NETWORKMODE() |
Getter for NETWORKMODE w/ exceptions if field has no value |
HAS_NETWORKMODE() |
Determine if NETWORKMODE has a value |
vpcConfig¶
The VPC configuration for the code interpreter. This configuration is required when the network mode is set to
VPC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCCONFIG() |
Getter for VPCCONFIG |