ServiceRequestLink Data Type

A service request link.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
VMId long element 1/1 Gets the VM id.
comment string element 0/1 Gets the comment.
releaseVM string element 0/1 Checks if is release vm.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<ServiceRequestLink xsitype="...">
  <VMId>...</VMId>
  <releaseVM>...</releaseVM>
  <comment>...</comment>
</ServiceRequestLink>