EN
Español
English
Português
    AAM_CLOUD_SYNCHRONIZATION

    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

    Column Referenced Table Referenced column Name
    instance_type_id* dbo.AAM_CLOUD_INSTANCE id FK02_AAM_CLOUD_SYNCHRONIZATION
    location_id* dbo.AAM_CLOUD_LOCATION id FK05_AAM_CLOUD_SYNCHRONIZATION
    operating_system_id* dbo.AAM_CLOUD_OS id FK03_AAM_CLOUD_SYNCHRONIZATION
    state_id* dbo.AAM_CLOUD_STATE id FK06_AAM_CLOUD_SYNCHRONIZATION
    subscription_id* dbo.AAM_CLOUD_SUBSCRIPTION id FK01_AAM_CLOUD_SYNCHRONIZATION
    zone_id* dbo.AAM_CLOUD_ZONE id FK04_AAM_CLOUD_SYNCHRONIZATION