Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
Loading...
Searching...
No Matches
radm::KvmManager::VirtualMediaShare Struct Reference

Data structure for a preconfigured virtual media ISO file on an SMB share. More...

import "KvmManager.idl";

Public Attributes

string host
 SMB server host name.
 
string shareName
 SMB share name.
 
string imagePath
 Path of ISO image on the SMB share.
 
boolean enableSMBv1
 Whether to allow SMBv1.
 

Detailed Description

Data structure for a preconfigured virtual media ISO file on an SMB share.

Definition at line 49 of file KvmManager.idl.

Member Data Documentation

◆ enableSMBv1

boolean radm::KvmManager::VirtualMediaShare::enableSMBv1

Whether to allow SMBv1.

Definition at line 53 of file KvmManager.idl.

◆ host

string radm::KvmManager::VirtualMediaShare::host

SMB server host name.

Definition at line 50 of file KvmManager.idl.

◆ imagePath

string radm::KvmManager::VirtualMediaShare::imagePath

Path of ISO image on the SMB share.

Definition at line 52 of file KvmManager.idl.

◆ shareName

string radm::KvmManager::VirtualMediaShare::shareName

SMB share name.

Definition at line 51 of file KvmManager.idl.


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