SoftwareLicensePartitioningDefault Table
SoftwareLicensePartitioningDefault contains the sub-capacity licensing rules: the types of virtual machines/partitions and pools which each license type treats as “hard” (able to put a hard limit on processor usage).
| Database Column | Details | 
|---|---|
| SoftwareLicenseTypeID | Type: integer. Key The software license type to which this rule applies.
                Foreign key to the  | 
| VMTypeID | Type: integer. Key. Nullable A virtual machine/partition type that is “hard” for the purposes of this license type.
                Foreign key to the  | 
| VMPoolTypeID | Type: integer. Key. Nullable A virtual machine/partition pool type that is “hard” for the purposes of this license type.
                Foreign key to the  |