RemoteAccessSettings Data Type

The details related to establishing a session (Console, RDP, etc.) to a VirtualMachine

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
credentials Credential element 0/1 Credentials for HyperV.
host string element 0/1 The host to connect.
port int element 1/1 The port used for RDP.
protocol string element 0/1 The type of session to establish (RDP, Console, etc).
token string element 0/1 Token linked to vCommander/portal session.
url string element 0/1 Gets the url. This is used for SCVMM console connections
vmName string element 0/1 The name of the VirtualMachine the session is for.

Example

<RemoteAccessSettings>
  <host>...</host>
  <port>...</port>
  <token>...</token>
  <url>...</url>
  <credentials>
    <username>...</username>
    <password>...</password>
    <category>...</category>
    <description>...</description>
    <name>...</name>
    <keyPairName>...</keyPairName>
    <rsa>...</rsa>
    <credentialFormat>...</credentialFormat>
  </credentials>
  <protocol>...</protocol>
  <vmName>...</vmName>
</RemoteAccessSettings>