Store VM synchronization in the cloud
Data model

Fields
Field |
Type |
Description |
cores |
INT |
Number of VM cores |
created_date* |
DATETIME |
VM Registration Date |
instance_type_id* |
INT |
VM instance type identifier |
inventoried |
BIT |
Flag indicating whether the VM has inventory in ADM |
location_id* |
INT |
VM Region Identifier |
name* |
NVARCHAR (200) |
Virtual Machine Name |
operating_system_id* |
INT |
Identifier of the VM operating system type |
state_id* |
INT |
VM Power State Identifier |
storage |
INT |
Virtual machine storage space |
subscription_id* |
INT |
Unique Subscription Identifier |
vm_id* |
NVARCHAR (100) |
VM Unique Identifier |
zone_id* |
INT |
VM Redundancy Zone ID |
Primary Key
PK_AAM_CLOUD_SYNCHRONIZATION |
subscription_id, vm_id |
References