ManagedObjectReference Data Type

A reference to a managed object. Contains enough information to uniquely identify the object in V-Commander.

Namespace
(Default)
Subtypes
Attribute, CustomAttribute, CustomAttributeBase, Group, SecurityGroup, SublistCustomAttribute, VMBillingRecord, Credential, IpPool, ManagedObject, Network, Organization, CompliancePolicy, DefaultAttributesPolicy, DefaultOwnershipPolicy, EOLPolicy, ExpiryPolicy, Policy, SuspectPolicy, UnapprovedPolicy, Region, DeployedService, PublishedService, Cluster, ComputeResource, Datacenter, Datastore, DatastoreBacking, DatastoreCluster, Folder, LoadBalancer, ManagementServer, ResourcePool, RuntimeServer, ServerInventoryItem, Stack, UnknownServerInventoryItem, VirtualApp, VirtualMachine, VirtualMachineSnapshot, TaskInfo, Account, ChangeApprovalWorkflowDefinition, ChangeCompletionWorkflowDefinition, CloudTemplateCompletionWorkflowDefinition, ComponentCompletionWorkflowDefinition, NewApprovalWorkflowDefinition, PSServiceCompletionWorkflowDefinition, ServiceWorkflowDefinition, SharedVMCompletionWorkflowDefinition, UnmanagedCompletionWorkflowDefinition, VAppCompletionWorkflowDefinition, WorkflowDefinition
Properties
name data type type namespace min/max occurs description
displayName string element 0/1 Gets the display name.
id long element 1/1 The unique id of the managed object this refers to.
type ManagedObjectType element 0/1 The type of managed object this refers to.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<ManagedObjectReference xsitype="...">
  <displayName>...</displayName>
  <type>...</type>
  <id>...</id>
</ManagedObjectReference>