/AWS1/CL_BDOBROWSERNETWORKCONF¶
The network configuration for a browser. This structure defines how the browser connects to the network.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_networkmode TYPE /AWS1/BDOBROWSERNETWORKMODE /AWS1/BDOBROWSERNETWORKMODE¶
The network mode for the browser. This field specifies how the browser connects to the network.
Optional arguments:¶
io_vpcconfig TYPE REF TO /AWS1/CL_BDOVPCCONFIG /AWS1/CL_BDOVPCCONFIG¶
The VPC configuration for the browser. This configuration is required when the network mode is set to
VPC.
Queryable Attributes¶
networkMode¶
The network mode for the browser. This field specifies how the browser 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 browser. This configuration is required when the network mode is set to
VPC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCCONFIG() |
Getter for VPCCONFIG |