/AWS1/CL_BLDSANDBOXSESSION¶
Contains information about the sandbox session.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/BLDNONEMPTYSTRING /AWS1/BLDNONEMPTYSTRING¶
The ID of the sandbox session.
iv_status TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING¶
The status of the sandbox session.
iv_starttime TYPE /AWS1/BLDTIMESTAMP /AWS1/BLDTIMESTAMP¶
When the sandbox session started, expressed in Unix time format.
iv_endtime TYPE /AWS1/BLDTIMESTAMP /AWS1/BLDTIMESTAMP¶
When the sandbox session ended, expressed in Unix time format.
iv_currentphase TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING¶
The current phase for the sandbox.
it_phases TYPE /AWS1/CL_BLDSANDBOXSESSPHASE=>TT_SANDBOXSESSIONPHASES TT_SANDBOXSESSIONPHASES¶
An array of
SandboxSessionPhaseobjects.
iv_resolvedsourceversion TYPE /AWS1/BLDNONEMPTYSTRING /AWS1/BLDNONEMPTYSTRING¶
An identifier for the version of this sandbox's source code.
io_logs TYPE REF TO /AWS1/CL_BLDLOGSLOCATION /AWS1/CL_BLDLOGSLOCATION¶
logs
io_networkinterface TYPE REF TO /AWS1/CL_BLDNETWORKINTERFACE /AWS1/CL_BLDNETWORKINTERFACE¶
networkInterface
Queryable Attributes¶
id¶
The ID of the sandbox session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
status¶
The status of the sandbox session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
startTime¶
When the sandbox session started, expressed in Unix time format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
endTime¶
When the sandbox session ended, expressed in Unix time format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
currentPhase¶
The current phase for the sandbox.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENTPHASE() |
Getter for CURRENTPHASE, with configurable default |
ASK_CURRENTPHASE() |
Getter for CURRENTPHASE w/ exceptions if field has no value |
HAS_CURRENTPHASE() |
Determine if CURRENTPHASE has a value |
phases¶
An array of
SandboxSessionPhaseobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PHASES() |
Getter for PHASES, with configurable default |
ASK_PHASES() |
Getter for PHASES w/ exceptions if field has no value |
HAS_PHASES() |
Determine if PHASES has a value |
resolvedSourceVersion¶
An identifier for the version of this sandbox's source code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOLVEDSOURCEVERSION() |
Getter for RESOLVEDSOURCEVERSION, with configurable default |
ASK_RESOLVEDSOURCEVERSION() |
Getter for RESOLVEDSOURCEVERSION w/ exceptions if field has |
HAS_RESOLVEDSOURCEVERSION() |
Determine if RESOLVEDSOURCEVERSION has a value |
logs¶
logs
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGS() |
Getter for LOGS |
networkInterface¶
networkInterface
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKINTERFACE() |
Getter for NETWORKINTERFACE |