Class InventoryItemDetails

java.lang.Object
com.azure.resourcemanager.connectedvmware.models.InventoryItemDetails

public final class InventoryItemDetails extends Object
Defines the resource properties.
  • Constructor Details

    • InventoryItemDetails

      public InventoryItemDetails()
  • Method Details

    • inventoryItemId

      public String inventoryItemId()
      Get the inventoryItemId property: Gets or sets the inventory Item ID for the resource.
      Returns:
      the inventoryItemId value.
    • withInventoryItemId

      public InventoryItemDetails withInventoryItemId(String inventoryItemId)
      Set the inventoryItemId property: Gets or sets the inventory Item ID for the resource.
      Parameters:
      inventoryItemId - the inventoryItemId value to set.
      Returns:
      the InventoryItemDetails object itself.
    • moName

      public String moName()
      Get the moName property: Gets or sets the vCenter Managed Object name for the resource.
      Returns:
      the moName value.
    • withMoName

      public InventoryItemDetails withMoName(String moName)
      Set the moName property: Gets or sets the vCenter Managed Object name for the resource.
      Parameters:
      moName - the moName value to set.
      Returns:
      the InventoryItemDetails object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.