public final class RootSquashType extends com.azure.core.util.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 for.public static Collection<RootSquashType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.