ARC SDK
Data Fields

Remote logging. More...

#include <arc/compute/JobDescription.h>

Data Fields

std::string ServiceType
 Type of logging service. More...
 
URL Location
 URL of logging service. More...
 
bool optional
 Requirement satisfaction switch. More...
 

Detailed Description

Remote logging.

This class is used to specify a service which should be used to report logging information to, such as job resource usage.

Field Documentation

◆ Location

URL Arc::RemoteLoggingType::Location

URL of logging service.

The Location URL specifies the URL of the service which job logging information should be sent to.

Attribute mapping specific to this field/value.

◆ optional

bool Arc::RemoteLoggingType::optional

Requirement satisfaction switch.

The optional boolean specifies whether the requirement specified in the particular object is mandatory for job execution, or whether it be ignored.

Attribute mapping specific to this field/value.

◆ ServiceType

std::string Arc::RemoteLoggingType::ServiceType

Type of logging service.

The ServiceType string specifies the type of logging service. Some examples are "SGAS" (http://www.sgas.se) and "APEL" (https://wiki.egi.eu/wiki/APEL), however please refer to the particular execution service for a list of supported logging service types.

Attribute mapping specific to this field/value.


The documentation for this class was generated from the following file: