Package version:

Interface CloudInventoryItem

The Cloud inventory item.

interface CloudInventoryItem {
    inventoryItemName?: string;
    inventoryType: "Cloud";
    managedResourceId?: string;
    provisioningState?: string;
    uuid?: string;
}

Hierarchy (view full)

Properties

inventoryItemName?: string

Gets the Managed Object name in Vmm for the inventory item. NOTE: This property will not be serialized. It can only be populated by the server.

inventoryType: "Cloud"

Polymorphic discriminator, which specifies the different types this object can be

managedResourceId?: string

Gets the tracked resource id corresponding to the inventory resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

uuid?: string

Gets the UUID (which is assigned by Vmm) for the inventory item. NOTE: This property will not be serialized. It can only be populated by the server.