Class HyperVGenerationTypes
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<HyperVGenerationTypes>
com.microsoft.azure.management.compute.HyperVGenerationTypes
public final class HyperVGenerationTypes
extends com.microsoft.rest.ExpandableStringEnum<HyperVGenerationTypes>
Defines values for HyperVGenerationTypes.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HyperVGenerationTypes
Static value V1 for HyperVGenerationTypes.static final HyperVGenerationTypes
Static value V2 for HyperVGenerationTypes. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HyperVGenerationTypes
fromString
(String name) Creates or finds a HyperVGenerationTypes from its string representation.static Collection<HyperVGenerationTypes>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
V1
Static value V1 for HyperVGenerationTypes. -
V2
Static value V2 for HyperVGenerationTypes.
-
-
Constructor Details
-
HyperVGenerationTypes
public HyperVGenerationTypes()
-
-
Method Details
-
fromString
Creates or finds a HyperVGenerationTypes from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding HyperVGenerationTypes
-
values
- Returns:
- known HyperVGenerationTypes values
-