- Home
- XML
- ManagedObject
Base class for all managed objects.
- Namespace
- (Default)
- Abstract Type
- Subtypes
- Attribute, CustomAttribute, CustomAttributeBase, Group, SecurityGroup, SublistCustomAttribute, VMBillingRecord, Credential, IpPool, 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. |
|
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.
<ManagedObject xsitype="...">
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</ManagedObject>