ARC SDK
Data Fields
Arc::RemoteLoggingType Class Reference

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

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.

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.

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.


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