public final class Rpo
extends com.google.cloud.StringEnumValue
Modifier and Type | Field and Description |
---|---|
static Rpo |
ASYNC_TURBO
Turbo recovery point objective.
|
static Rpo |
DEFAULT
Default recovery point objective.
|
Modifier and Type | Method and Description |
---|---|
static Rpo |
valueOf(String constant)
Get the Rpo for the given String constant, and allow unrecognized values.
|
static Rpo |
valueOfStrict(String constant)
Get the Rpo for the given String constant, and throw an exception if the constant is not
recognized.
|
static Rpo[] |
values()
Return the known values for Rpo.
|
public static final Rpo DEFAULT
public static final Rpo ASYNC_TURBO
public static Rpo valueOfStrict(String constant)
public static Rpo valueOf(String constant)
public static Rpo[] values()
Copyright © 2023 Google LLC. All rights reserved.