|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
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. | |
Data structure for a preconfigured virtual media ISO file on an SMB share.
Definition at line 49 of file KvmManager.idl.
| boolean radm::KvmManager::VirtualMediaShare::enableSMBv1 |
Whether to allow SMBv1.
Definition at line 53 of file KvmManager.idl.
| string radm::KvmManager::VirtualMediaShare::host |
SMB server host name.
Definition at line 50 of file KvmManager.idl.
| string radm::KvmManager::VirtualMediaShare::imagePath |
Path of ISO image on the SMB share.
Definition at line 52 of file KvmManager.idl.
| string radm::KvmManager::VirtualMediaShare::shareName |
SMB share name.
Definition at line 51 of file KvmManager.idl.