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