ShareResult Data Type

Share VM result.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
VCommanderServiceLink string element 0/1 Gets the v commander service link.
organizationId long element 1/1 Gets the organization id.
portalServiceLink string element 0/1 Gets the portal service link.
portalUrl string element 0/1 Gets the portal url.
serviceId long element 1/1 Gets the service id.
vcommanderUrl string element 0/1 Gets the vcommander url.

Example

<ShareResult>
  <organizationId>...</organizationId>
  <serviceId>...</serviceId>
  <portalUrl>...</portalUrl>
  <vcommanderUrl>...</vcommanderUrl>
  <VCommanderServiceLink>...</VCommanderServiceLink>
  <portalServiceLink>...</portalServiceLink>
</ShareResult>