CloudInventoryItem interface
The Cloud inventory item.
- Extends
Properties
inventory |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
inventory |
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. |
managed |
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. |
provisioning |
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
uuid | 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. |
Property Details
inventoryType
Polymorphic discriminator, which specifies the different types this object can be
inventoryType: "Cloud"
Property Value
"Cloud"
Inherited Property Details
inventoryItemName
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.
inventoryItemName?: string
Property Value
string
Inherited From InventoryItemProperties.inventoryItemName
managedResourceId
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.
managedResourceId?: string
Property Value
string
Inherited From InventoryItemProperties.managedResourceId
provisioningState
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited From InventoryItemProperties.provisioningState
uuid
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.
uuid?: string
Property Value
string
Inherited From InventoryItemProperties.uuid