ManagementServerInfo Data Type

Information about a management server.

Namespace
(Default)
Abstract Type
Subtypes
ArmServerInfo, AwsServerInfo, GcpServerInfo, K8sServerInfo, ScvmmServerInfo, VMwareServerInfo
Properties
name data type type namespace min/max occurs description
autoApproveVms string element 0/1 Automatically flag all VMs on the server as \"approved\".
name string element 0/1 Gets the name.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
<ManagementServerInfo xsitype="...">
  <name>...</name>
  <autoApproveVms>...</autoApproveVms>
</ManagementServerInfo>