Managed Object Types
Data Object Types
All Properties
All Methods
Enum - LicenseFeatureInfoUnit(vim.LicenseManager.FeatureInfo.CostUnit)
Since
2.0
Enum Description
Cost units apply to licenses for the purpose of determining how many licenses are needed.
Enum Constants
Name
Description
cpuCore
One license is acquired per CPU core.
cpuPackage
One license is acquired per CPU package.
host
One license is acquired per host.
server
One license is acquired per server.
vm
One license is acquired per virtual machine.
Show WSDL type definition
<simpleType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vim25="urn:vim25" name="LicenseFeatureInfoUnit"> <restriction base="xsd:string"> <enumeration value="host"/> <enumeration value="cpuCore"/> <enumeration value="cpuPackage"/> <enumeration value="server"/> <enumeration value="vm"/> </restriction> </simpleType>
Top of page
Managed Object Types
Data Object Types
All Properties
All Methods
© 2006-2023 VMware, Inc. All rights reserved.
Revision 12 SEPT 2023 | Version 8.0U2