OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
VncApiConfig Struct Reference

#include <vncapi.h>

Collaboration diagram for VncApiConfig:

Public Attributes

std::string api_srv_ip
 
int api_srv_port
 
bool api_use_ssl
 
std::string api_keyfile
 
std::string api_certfile
 
std::string api_cafile
 
std::string ks_srv_ip
 
int ks_srv_port
 
std::string ks_protocol
 
std::string ks_user
 
std::string ks_password
 
std::string ks_tenant
 
std::string ks_keyfile
 
std::string ks_certfile
 
std::string ks_cafile
 

Detailed Description

Definition at line 17 of file vncapi.h.

Member Data Documentation

std::string VncApiConfig::api_cafile

Definition at line 23 of file vncapi.h.

std::string VncApiConfig::api_certfile

Definition at line 22 of file vncapi.h.

std::string VncApiConfig::api_keyfile

Definition at line 21 of file vncapi.h.

std::string VncApiConfig::api_srv_ip

Definition at line 18 of file vncapi.h.

int VncApiConfig::api_srv_port

Definition at line 19 of file vncapi.h.

bool VncApiConfig::api_use_ssl

Definition at line 20 of file vncapi.h.

std::string VncApiConfig::ks_cafile

Definition at line 32 of file vncapi.h.

std::string VncApiConfig::ks_certfile

Definition at line 31 of file vncapi.h.

std::string VncApiConfig::ks_keyfile

Definition at line 30 of file vncapi.h.

std::string VncApiConfig::ks_password

Definition at line 28 of file vncapi.h.

std::string VncApiConfig::ks_protocol

Definition at line 26 of file vncapi.h.

std::string VncApiConfig::ks_srv_ip

Definition at line 24 of file vncapi.h.

int VncApiConfig::ks_srv_port

Definition at line 25 of file vncapi.h.

std::string VncApiConfig::ks_tenant

Definition at line 29 of file vncapi.h.

std::string VncApiConfig::ks_user

Definition at line 27 of file vncapi.h.


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