InventoryItemProperties Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. InventoryItemProperties
- com.
Implements
public class InventoryItemProperties
implements JsonSerializable<InventoryItemProperties>
Defines the resource properties.
Constructor Summary
| Constructor | Description |
|---|---|
| InventoryItemProperties() |
Creates an instance of Inventory |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Inventory |
fromJson(JsonReader jsonReader)
Reads an instance of Inventory |
| String |
inventoryItemName()
Get the inventory |
|
Inventory |
inventoryType()
Get the inventory |
| String |
managedResourceId()
Get the managed |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| 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()
Creates an instance of InventoryItemProperties class.
Method Details
fromJson
public static InventoryItemProperties fromJson(JsonReader jsonReader)
Reads an instance of InventoryItemProperties from the JsonReader.
Parameters:
Returns:
Throws:
inventoryItemName
public String inventoryItemName()
Get the inventoryItemName property: Gets the Managed Object name in Vmm for the inventory item.
Returns:
inventoryType
public InventoryType inventoryType()
Get the inventoryType property: They inventory type.
Returns:
managedResourceId
public String managedResourceId()
Get the managedResourceId property: Gets the tracked resource id corresponding to the inventory resource.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Returns:
toJson
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.