public static enum ReplicationTarget.DeltaStatus extends Enum<ReplicationTarget.DeltaStatus> implements BmcEnum
The current state of the snapshot during replication operations.
Enum Constant and Description |
---|
Applying |
Capturing |
Failed |
Idle |
ServiceError |
Transferring |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
UserError |
Modifier and Type | Method and Description |
---|---|
static ReplicationTarget.DeltaStatus |
create(String key) |
String |
getValue() |
static ReplicationTarget.DeltaStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationTarget.DeltaStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicationTarget.DeltaStatus Idle
public static final ReplicationTarget.DeltaStatus Capturing
public static final ReplicationTarget.DeltaStatus Applying
public static final ReplicationTarget.DeltaStatus ServiceError
public static final ReplicationTarget.DeltaStatus UserError
public static final ReplicationTarget.DeltaStatus Failed
public static final ReplicationTarget.DeltaStatus Transferring
public static final ReplicationTarget.DeltaStatus UnknownEnumValue
public static ReplicationTarget.DeltaStatus[] values()
for (ReplicationTarget.DeltaStatus c : ReplicationTarget.DeltaStatus.values()) System.out.println(c);
public static ReplicationTarget.DeltaStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ReplicationTarget.DeltaStatus create(String key)
Copyright © 2016–2024. All rights reserved.