public final class ServerKeyType extends ExpandableStringEnum<ServerKeyType>
| Modifier and Type | Field and Description |
|---|---|
static ServerKeyType |
AZURE_KEY_VAULT
Static value AzureKeyVault for ServerKeyType.
|
static ServerKeyType |
SERVICE_MANAGED
Static value ServiceManaged for ServerKeyType.
|
| Constructor and Description |
|---|
ServerKeyType() |
| Modifier and Type | Method and Description |
|---|---|
static ServerKeyType |
fromString(String name)
Creates or finds a ServerKeyType from its string representation.
|
static Collection<ServerKeyType> |
values() |
equals, fromString, hashCode, toString, values, withNameValuepublic static final ServerKeyType SERVICE_MANAGED
public static final ServerKeyType AZURE_KEY_VAULT
public static ServerKeyType fromString(String name)
name - a name to look forpublic static Collection<ServerKeyType> values()
Copyright © 2019. All rights reserved.