Enum FailbackReplicationError
java.lang.Object
java.lang.Enum<FailbackReplicationError>
software.amazon.awssdk.services.drs.model.FailbackReplicationError
- All Implemented Interfaces:
Serializable
,Comparable<FailbackReplicationError>
@Generated("software.amazon.awssdk:codegen")
public enum FailbackReplicationError
extends Enum<FailbackReplicationError>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic FailbackReplicationError
Use this in place of valueOf to convert the raw string returned by the service into the enum value.static Set
<FailbackReplicationError> toString()
static FailbackReplicationError
Returns the enum constant of this type with the specified name.static FailbackReplicationError[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AGENT_NOT_SEEN
-
FAILBACK_CLIENT_NOT_SEEN
-
NOT_CONVERGING
-
UNSTABLE_NETWORK
-
FAILED_TO_ESTABLISH_RECOVERY_INSTANCE_COMMUNICATION
-
FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE_TO_FAILBACK_CLIENT
public static final FailbackReplicationError FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE_TO_FAILBACK_CLIENT -
FAILED_TO_CONFIGURE_REPLICATION_SOFTWARE
-
FAILED_TO_PAIR_AGENT_WITH_REPLICATION_SOFTWARE
-
FAILED_TO_ESTABLISH_AGENT_REPLICATOR_SOFTWARE_COMMUNICATION
public static final FailbackReplicationError FAILED_TO_ESTABLISH_AGENT_REPLICATOR_SOFTWARE_COMMUNICATION -
FAILED_GETTING_REPLICATION_STATE
-
SNAPSHOTS_FAILURE
-
FAILED_TO_CREATE_SECURITY_GROUP
-
FAILED_TO_LAUNCH_REPLICATION_SERVER
-
FAILED_TO_BOOT_REPLICATION_SERVER
-
FAILED_TO_AUTHENTICATE_WITH_SERVICE
-
FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE
-
FAILED_TO_CREATE_STAGING_DISKS
-
FAILED_TO_ATTACH_STAGING_DISKS
-
FAILED_TO_PAIR_REPLICATION_SERVER_WITH_AGENT
-
FAILED_TO_CONNECT_AGENT_TO_REPLICATION_SERVER
-
FAILED_TO_START_DATA_TRANSFER
-
UNKNOWN_TO_SDK_VERSION
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<FailbackReplicationError>
-
fromValue
Use this in place of valueOf to convert the raw string returned by the service into the enum value.- Parameters:
value
- real value- Returns:
- FailbackReplicationError corresponding to the value
-
knownValues
Use this in place ofvalues()
to return aSet
of all values known to the SDK. This will return all known enum values exceptUNKNOWN_TO_SDK_VERSION
.- Returns:
- a
Set
of knownFailbackReplicationError
s
-