InventoryItemInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. connectedvmware. fluent. models. InventoryItemInner
- com.
- com.
public final class InventoryItemInner
extends ProxyResource
Defines the inventory item.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| InventoryItemInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
kind()
Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e. |
| String |
managedResourceId()
Get the managed |
| String |
moName()
Get the mo |
| String |
moRefId()
Get the mo |
| String |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
|
Inventory |
withKind(String kind)
Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e. |
|
Inventory |
withManagedResourceId(String managedResourceId)
Set the managed |
|
Inventory |
withMoName(String moName)
Set the mo |
|
Inventory |
withMoRefId(String moRefId)
Set the mo |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
InventoryItemInner
public InventoryItemInner()
Method Details
kind
public String kind()
Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
Returns:
managedResourceId
public String managedResourceId()
Get the managedResourceId property: Gets or sets the tracked resource id corresponding to the inventory resource.
Returns:
moName
public String moName()
Get the moName property: Gets or sets the vCenter Managed Object name for the inventory item.
Returns:
moRefId
public String moRefId()
Get the moRefId property: Gets or sets the MoRef (Managed Object Reference) ID for the inventory item.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: Gets or sets the provisioning state.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system data.
Returns:
validate
public void validate()
Validates the instance.
withKind
public InventoryItemInner withKind(String kind)
Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
Parameters:
Returns:
withManagedResourceId
public InventoryItemInner withManagedResourceId(String managedResourceId)
Set the managedResourceId property: Gets or sets the tracked resource id corresponding to the inventory resource.
Parameters:
Returns:
withMoName
public InventoryItemInner withMoName(String moName)
Set the moName property: Gets or sets the vCenter Managed Object name for the inventory item.
Parameters:
Returns:
withMoRefId
public InventoryItemInner withMoRefId(String moRefId)
Set the moRefId property: Gets or sets the MoRef (Managed Object Reference) ID for the inventory item.
Parameters:
Returns: