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