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