RStudio Launcher Plugin SDK  1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
Public Attributes | List of all members
rstudio::launcher_plugins::api::NetworkInfo Struct Reference

Represents the network information for a job. More...

#include <ResponseTypes.hpp>

Public Attributes

std::string Hostname
 
std::vector< std::string > IpAddresses
 

Detailed Description

Represents the network information for a job.

Member Data Documentation

◆ Hostname

std::string rstudio::launcher_plugins::api::NetworkInfo::Hostname

The hostname of the machine running the job.

◆ IpAddresses

std::vector<std::string> rstudio::launcher_plugins::api::NetworkInfo::IpAddresses

The IP Address(es) of the machine running the job.


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