public final class CreateMode extends ExpandableStringEnum<CreateMode>
Modifier and Type | Field and Description |
---|---|
static CreateMode |
COPY
Static value Copy for CreateMode.
|
static CreateMode |
DEFAULT
Static value Default for CreateMode.
|
static CreateMode |
NON_READABLE_SECONDARY
Static value NonReadableSecondary for CreateMode.
|
static CreateMode |
ONLINE_SECONDARY
Static value OnlineSecondary for CreateMode.
|
static CreateMode |
POINT_IN_TIME_RESTORE
Static value PointInTimeRestore for CreateMode.
|
static CreateMode |
RECOVERY
Static value Recovery for CreateMode.
|
static CreateMode |
RESTORE
Static value Restore for CreateMode.
|
static CreateMode |
RESTORE_LONG_TERM_RETENTION_BACKUP
Static value RestoreLongTermRetentionBackup for CreateMode.
|
Constructor and Description |
---|
CreateMode() |
Modifier and Type | Method and Description |
---|---|
static CreateMode |
fromString(String name)
Creates or finds a CreateMode from its string representation.
|
static Collection<CreateMode> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final CreateMode COPY
public static final CreateMode DEFAULT
public static final CreateMode NON_READABLE_SECONDARY
public static final CreateMode ONLINE_SECONDARY
public static final CreateMode POINT_IN_TIME_RESTORE
public static final CreateMode RECOVERY
public static final CreateMode RESTORE
public static final CreateMode RESTORE_LONG_TERM_RETENTION_BACKUP
public static CreateMode fromString(String name)
name
- a name to look forpublic static Collection<CreateMode> values()
Copyright © 2019. All rights reserved.