vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - ManagedByInfo(vim.ext.ManagedByInfo)
- Property of
- VAppConfigInfo, VAppConfigSpec, VirtualMachineConfigInfo, VirtualMachineConfigSpec, VirtualMachineConfigSummary
- Extends
- DynamicData
- Since
- vSphere API Release 5.0
Data Object Description
The ManagedByInfo data object contains information about the extension responsible for the life-cycle of the entity.Properties
Name | Type | Description |
---|---|---|
extensionKey | xsd:string |
Key of the extension managing the entity.
|
type | xsd:string |
Managed entity type, as defined by the extension managing the entity.
An extension can manage different types of entities - different kinds
of virtual machines, vApps, etc. - and this property is used to find
the corresponding managedEntityInfo
entry from the extension.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |