ConsoleProxy Data Type

Represents the configuration of a console proxy.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
copyEnabled string element 0/1 Checks if is copy enabled.
portalConnectionOptions VmConnectionOptions element 0/1 Get the connection options for communicating with the Service Portal.
vcommanderConnectionOptions VmConnectionOptions element 0/1 Get the connection options for communicating with vCommander.
version string element 0/1 The version of the console proxy (this property is read only).
Properties inherited from ExternalServer
credential Credential element 0/1 The credentials used to authenticate vCommander with this server.
enabled string element 0/1 Checks if is enabled.
id long element 1/1 The id for this server.
url string element 0/1 The url used to access this server.

Example

<ConsoleProxy>
  <version>...</version>
  <copyEnabled>...</copyEnabled>
  <vcommanderConnectionOptions>
    <consoleHyperVEnabled>...</consoleHyperVEnabled>
    <rdp>...</rdp>
    <vnc>...</vnc>
    <ssh>...</ssh>
    <consoleVmware>...</consoleVmware>
  </vcommanderConnectionOptions>
  <portalConnectionOptions>
    <consoleHyperVEnabled>...</consoleHyperVEnabled>
    <rdp>...</rdp>
    <vnc>...</vnc>
    <ssh>...</ssh>
    <consoleVmware>...</consoleVmware>
  </portalConnectionOptions>
  <id>...</id>
  <url>...</url>
  <enabled>...</enabled>
  <credential>
    <username>...</username>
    <password>...</password>
    <category>...</category>
    <description>...</description>
    <name>...</name>
    <keyPairName>...</keyPairName>
    <rsa>...</rsa>
    <credentialFormat>...</credentialFormat>
  </credential>
</ConsoleProxy>