CreateMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. postgresql. models. CreateMode
- com.
- com.
public final class CreateMode
extends ExpandableStringEnum<CreateMode>
The mode to create a new server.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Create |
DEFAULT
Static value Default for Create |
|
static final
Create |
GEO_RESTORE
Static value Geo |
|
static final
Create |
POINT_IN_TIME_RESTORE
Static value Point |
|
static final
Create |
REPLICA
Static value Replica for Create |
Constructor Summary
| Constructor | Description |
|---|---|
| CreateMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Create |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Create |
fromString(String name)
Creates or finds a Create |
|
static
Collection<Create |
values()
Gets known Create |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DEFAULT
public static final CreateMode DEFAULT
Static value Default for CreateMode.
GEO_RESTORE
public static final CreateMode GEO_RESTORE
Static value GeoRestore for CreateMode.
POINT_IN_TIME_RESTORE
public static final CreateMode POINT_IN_TIME_RESTORE
Static value PointInTimeRestore for CreateMode.
REPLICA
public static final CreateMode REPLICA
Static value Replica for CreateMode.
Constructor Details
CreateMode
@Deprecated
public CreateMode()
Deprecated
Creates a new instance of CreateMode value.
Method Details
fromString
public static CreateMode fromString(String name)
Creates or finds a CreateMode from its string representation.
Parameters:
Returns:
values
public static Collection<CreateMode> values()
Gets known CreateMode values.
Returns: