Name: HyperVConfig

HyperV configuration information, including Remote Shell Configuration, maximum timeout in ms etc.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.hyperv.HyperVConfig",
   "allowRemoteShellAccess": <Boolean>,
   "idleTimeoutMs": <Number>,
   "maxMemoryPerShellMB": <Number>,
   "maxProcessesPerShell": <Number>,
   "maxShellRunTimeMs": <Number>,
   "maxShellsPerUser": <Number>,
   "maxTimeoutMs": <Number>,
   "maxConcurrentUsers": <Number>,
}

Elements
NameTypeDescription
maxConcurrentUsersxsd:longMaximum Remote Shell concurrent users

Attributes
NameTypeDescription
allowRemoteShellAccessxsd:boolean'True' indicates Remote Shell Access is allowed, 'False' indicates Remote Shell Access is denied
idleTimeoutMsxsd:longIdle Remote Shell timeout in milliseconds
maxMemoryPerShellMBxsd:longMaximum memory per Remote Shell in MB
maxProcessesPerShellxsd:longMaximum processes per Remote Shell
maxShellRunTimeMsxsd:longMaximum Remote Shell runtime in milliseconds
maxShellsPerUserxsd:longMaximum Remote Shells per user
maxTimeoutMsxsd:longMaximum WMI timeout in milliseconds.