|
| Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
This managed object is particularly useful for UI clients that want to render a tree-based navigation panel of the inventory.
Properties
| Name | Type | Description |
|---|---|---|
| None | ||
| Properties inherited from ManagedObjectView | ||
| view | ||
| Properties inherited from View | ||
| None | ||
Methods
| Methods defined in this Managed Object |
|---|
| CloseInventoryViewFolder, OpenInventoryViewFolder |
| Methods inherited from ManagedObjectView |
| None |
| Methods inherited from View |
| DestroyView |
May partially succeed if some entities could not be resolved. The operation will still succeed for all entities which could be resolved, and the list of those which failed is returned as the result.
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the InventoryView used to make the method call. |
| entity P | ManagedObjectReference[]
to a ManagedEntity[] |
The entity(ies) to collapse.
|
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference[]
to a ManagedEntity[] | A list containing any entities in the argument could not be resolved. |
Faults
| Type | Description |
|---|---|
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
If a datacenter is returned as a child, the implicit virtual machine folder and host folder objects are also returned. If a ComputeResource is returned, the implicit root ResourcePool and HostSystems are also returned.
May partially succeed if some entities could not be resolved. The operation will still succeed for all entities which could be resolved, and the list of those which failed is returned as the result.
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the InventoryView used to make the method call. |
| entity P | ManagedObjectReference[]
to a ManagedEntity[] |
The entity(ies) to expand. Expands each entity in the
order given. If an entity is not in the current view,
expands the view as needed.
|
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference[]
to a ManagedEntity[] | A list containing any entities in the argument could not be resolved. |
Faults
| Type | Description |
|---|---|
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| Top of page | Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |