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