CloudProviderAccountLicensingPlan
Cloud provider licensing plan information.
erDiagram
CloudProviderAccount ||--o{ CloudProviderAccountLicensingPlan : "CloudProviderAccountID"
CloudProviderAccountLicensingPlan ||--o{ CloudProviderAccountLicensingPlanCloudProviderService : "CloudProviderAccountLicensingPlanID"
CloudProviderAccountLicensingPlan ||--o{ CloudProviderAccountLicensingPlanHistory : "CloudProviderAccountLicensingPlanID"
CloudProviderAccountLicensingPlan ||--o{ UserCloudProviderAccountLicensingPlan : "CloudProviderAccountLicensingPlanID"
Fields
| Field |
Type |
Description |
| ActiveUnits |
numeric |
Number of active license units |
| CloudProviderAccountID |
numeric |
Internal ID that references the CloudProviderAccount entity (Foreign Key) |
| ConsumedUnits |
numeric |
Number of license units consumed |
| Created |
datetime |
Date/Time this record was created |
| CreatedGuid |
guid |
GUID of the scan that created this record |
| FriendlyName |
string |
Licensing Plan friendly name. Code translation from the SKU if available, SKU otherwise. |
| ID |
numeric |
Internal ID for the CloudProviderAccountLicensingPlan entity (Primary Key) |
| LastScan |
datetime |
Date/Time this licensing plan was last scanned |
| LastScanGuid |
guid |
GUID of the last scan of this licensing plan |
| LockedOutUnits |
numeric |
Number of locked out license units |
| Sku |
string |
SKU of the licensing plan |
| WarningUnits |
numeric |
Number of license units that are in warning state |
References
| Column Name |
Referenced Table |
Description |
| CloudProviderAccountID |
CloudProviderAccount |
Cloud provider specific account |
Referenced by