CloudInventoryItem Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. InventoryItemProperties - com.
azure. resourcemanager. scvmm. models. CloudInventoryItem
- com.
- com.
public final class CloudInventoryItem
extends InventoryItemProperties
The Cloud inventory item.
Constructor Summary
| Constructor | Description |
|---|---|
| CloudInventoryItem() |
Creates an instance of Cloud |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cloud |
fromJson(JsonReader jsonReader)
Reads an instance of Cloud |
| 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 InventoryItemProperties
Methods inherited from java.lang.Object
Constructor Details
CloudInventoryItem
public CloudInventoryItem()
Creates an instance of CloudInventoryItem class.
Method Details
fromJson
public static CloudInventoryItem fromJson(JsonReader jsonReader)
Reads an instance of CloudInventoryItem 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.
Overrides:
CloudInventoryItem.inventoryItemName()Returns:
inventoryType
public InventoryType inventoryType()
Get the inventoryType property: They inventory type.
Overrides:
CloudInventoryItem.inventoryType()Returns:
managedResourceId
public String managedResourceId()
Get the managedResourceId property: Gets the tracked resource id corresponding to the inventory resource.
Overrides:
CloudInventoryItem.managedResourceId()Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Overrides:
CloudInventoryItem.provisioningState()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CloudInventoryItem.toJson(JsonWriter jsonWriter)Parameters:
Throws:
uuid
public String uuid()
Get the uuid property: Gets the UUID (which is assigned by Vmm) for the inventory item.
Overrides:
CloudInventoryItem.uuid()Returns:
validate
public void validate()
Validates the instance.
Overrides:
CloudInventoryItem.validate()