Virtual Storage Lifecycle Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - DirectPathProfileManagerCapacityInfo(vim.DirectPathProfileManager.CapacityInfo)
- Extends
- DirectPathProfileManagerCapacityResult
- See also
- DirectPathProfileInfo
- Since
- vSphere API Release 9.0.0.0
Data Object Description
Specification for a successful capacity query result returned from DirectPathProfileManagerQueryCapacity. The result object contains the resulting DirectPath profile and detailed capacity information.Properties
Name | Type | Description |
---|---|---|
consumed | xsd:int |
Number of DirectPath profile units consumed by the powered-on VMs on
the TargetEntity.
|
max | xsd:int |
The total capacity of DirectPath profile in the TargetEntity.
The total capacity of a profile is computed in a theoretical condition
when no VM is running on the TargetEntity. In addition, this
capacity doesn't include the capacity consumed by vSphere's system
components.
|
profile | DirectPathProfileInfo |
Detailed information of the DirectPath profile.
See DirectPathProfileInfo.
|
remaining | xsd:int |
Number of DirectPath profile units that are remaining and have not yet
been assigned to any powered-on VM on the TargetEntity.
|
unusedReservation | xsd:int |
Number of DirectPath profile units that are reserved but have not yet
been assigned to any powered-on VM. These units can be used to power-on
VMs for which the capacity has been reserved. This is different from
remaining capacity because this capacity is actually reserved but just
unused by any VM whereas remaining capacity indicates what has not even
been reserved either. For any given DirectPath profile, we will always
have the constraint:
max >= consumed + remaining + unusedReservation
|
Properties inherited from DirectPathProfileManagerCapacityResult | ||
None | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |