java.lang.Object
com.azure.core.util.ExpandableStringEnum<InventoryType>
com.azure.resourcemanager.connectedvmware.models.InventoryType

public final class InventoryType extends com.azure.core.util.ExpandableStringEnum<InventoryType>
Defines values for InventoryType.
  • Field Details

    • RESOURCE_POOL

      public static final InventoryType RESOURCE_POOL
      Static value ResourcePool for InventoryType.
    • VIRTUAL_MACHINE

      public static final InventoryType VIRTUAL_MACHINE
      Static value VirtualMachine for InventoryType.
    • VIRTUAL_MACHINE_TEMPLATE

      public static final InventoryType VIRTUAL_MACHINE_TEMPLATE
      Static value VirtualMachineTemplate for InventoryType.
    • VIRTUAL_NETWORK

      public static final InventoryType VIRTUAL_NETWORK
      Static value VirtualNetwork for InventoryType.
    • CLUSTER

      public static final InventoryType CLUSTER
      Static value Cluster for InventoryType.
    • DATASTORE

      public static final InventoryType DATASTORE
      Static value Datastore for InventoryType.
    • HOST

      public static final InventoryType HOST
      Static value Host for InventoryType.
  • Constructor Details

    • InventoryType

      public InventoryType()
  • Method Details

    • fromString

      public static InventoryType fromString(String name)
      Creates or finds a InventoryType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding InventoryType.
    • values

      public static Collection<InventoryType> values()
      Gets known InventoryType values.
      Returns:
      known InventoryType values.