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