InventoryItemProperties Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. fluent. models. InventoryItemProperties
- com.
public class InventoryItemProperties
Defines the resource properties.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| InventoryItemProperties() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
inventoryItemName()
Get the inventory |
| String |
managedResourceId()
Get the managed |
| String |
provisioningState()
Get the provisioning |
| String |
uuid()
Get the uuid property: Gets the UUID (which is assigned by VMM) for the inventory item. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
InventoryItemProperties
public InventoryItemProperties()
Method Details
inventoryItemName
public String inventoryItemName()
Get the inventoryItemName property: Gets the Managed Object name in VMM for the inventory item.
Returns:
managedResourceId
public String managedResourceId()
Get the managedResourceId property: Gets the tracked resource id corresponding to the inventory resource.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: Gets the provisioning state.
Returns:
uuid
public String uuid()
Get the uuid property: Gets the UUID (which is assigned by VMM) for the inventory item.
Returns:
validate
public void validate()
Validates the instance.