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