public final class HyperVGenerationType extends com.microsoft.rest.ExpandableStringEnum<HyperVGenerationType>
| Modifier and Type | Field and Description |
|---|---|
static HyperVGenerationType |
V1
Static value V1 for HyperVGenerationType.
|
static HyperVGenerationType |
V2
Static value V2 for HyperVGenerationType.
|
| Constructor and Description |
|---|
HyperVGenerationType() |
| Modifier and Type | Method and Description |
|---|---|
static HyperVGenerationType |
fromString(String name)
Creates or finds a HyperVGenerationType from its string representation.
|
static Collection<HyperVGenerationType> |
values() |
public static final HyperVGenerationType V1
public static final HyperVGenerationType V2
public static HyperVGenerationType fromString(String name)
name - a name to look forpublic static Collection<HyperVGenerationType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/