Class InventoryType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<InventoryType>
com.azure.resourcemanager.connectedvmware.models.InventoryType
Defines values for InventoryType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InventoryType
Static value Cluster for InventoryType.static final InventoryType
Static value Datastore for InventoryType.static final InventoryType
Static value Host for InventoryType.static final InventoryType
Static value ResourcePool for InventoryType.static final InventoryType
Static value VirtualMachine for InventoryType.static final InventoryType
Static value VirtualMachineTemplate for InventoryType.static final InventoryType
Static value VirtualNetwork for InventoryType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InventoryType
fromString
(String name) Creates or finds a InventoryType from its string representation.static Collection<InventoryType>
values()
Gets known InventoryType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
RESOURCE_POOL
Static value ResourcePool for InventoryType. -
VIRTUAL_MACHINE
Static value VirtualMachine for InventoryType. -
VIRTUAL_MACHINE_TEMPLATE
Static value VirtualMachineTemplate for InventoryType. -
VIRTUAL_NETWORK
Static value VirtualNetwork for InventoryType. -
CLUSTER
Static value Cluster for InventoryType. -
DATASTORE
Static value Datastore for InventoryType. -
HOST
Static value Host for InventoryType.
-
-
Constructor Details
-
InventoryType
public InventoryType()
-
-
Method Details
-
fromString
Creates or finds a InventoryType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding InventoryType.
-
values
Gets known InventoryType values.- Returns:
- known InventoryType values.
-