public enum ShareRootSquash extends Enum<ShareRootSquash>
| Enum Constant and Description |
|---|
ALL_SQUASH
Enum value AllSquash.
|
NO_ROOT_SQUASH
Enum value NoRootSquash.
|
ROOT_SQUASH
Enum value RootSquash.
|
| Modifier and Type | Method and Description |
|---|---|
static ShareRootSquash |
fromString(String value)
Parses a serialized value to a ShareRootSquash instance.
|
String |
toString() |
static ShareRootSquash |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShareRootSquash[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShareRootSquash NO_ROOT_SQUASH
public static final ShareRootSquash ROOT_SQUASH
public static final ShareRootSquash ALL_SQUASH
public static ShareRootSquash[] values()
public static ShareRootSquash valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ShareRootSquash fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<ShareRootSquash>Copyright © 2021 Microsoft Corporation. All rights reserved.