RemoteConnectionConfiguration Data Type

A object detailing the remote proxy configuration details.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
portalConnectionOptions VmConnectionOptions element 0/1 The Options enabled for portal users.
proxyCopyButtonEnabled string element 0/1 Remote Connection Proxy Copy Button.
proxyEnabled string element 0/1 Remote Connection Proxy Enabled.
proxyUrl string element 0/1 The Remote Proxy Configuration URL.
vcommanderConnectionOptions VmConnectionOptions element 0/1 The Options enabled for vCommander users.
version string element 0/1 The version of the remote proxy server.

Example

<RemoteConnectionConfiguration>
  <proxyUrl>...</proxyUrl>
  <proxyEnabled>...</proxyEnabled>
  <proxyCopyButtonEnabled>...</proxyCopyButtonEnabled>
  <vcommanderConnectionOptions>
    <consoleHyperVEnabled>...</consoleHyperVEnabled>
    <rdp>...</rdp>
    <vnc>...</vnc>
    <ssh>...</ssh>
    <consoleVmware>...</consoleVmware>
  </vcommanderConnectionOptions>
  <portalConnectionOptions>
    <consoleHyperVEnabled>...</consoleHyperVEnabled>
    <rdp>...</rdp>
    <vnc>...</vnc>
    <ssh>...</ssh>
    <consoleVmware>...</consoleVmware>
  </portalConnectionOptions>
  <version>...</version>
</RemoteConnectionConfiguration>