public static enum ReplicationProgress.LastReplicationStatus extends Enum<ReplicationProgress.LastReplicationStatus> implements BmcEnum
Status of the last replication task. It can be Completed or Failed.
Enum Constant and Description |
---|
Completed |
Failed |
None |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static ReplicationProgress.LastReplicationStatus |
create(String key) |
String |
getValue() |
static ReplicationProgress.LastReplicationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationProgress.LastReplicationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicationProgress.LastReplicationStatus None
public static final ReplicationProgress.LastReplicationStatus Completed
public static final ReplicationProgress.LastReplicationStatus Failed
public static final ReplicationProgress.LastReplicationStatus UnknownEnumValue
public static ReplicationProgress.LastReplicationStatus[] values()
for (ReplicationProgress.LastReplicationStatus c : ReplicationProgress.LastReplicationStatus.values()) System.out.println(c);
public static ReplicationProgress.LastReplicationStatus 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 ReplicationProgress.LastReplicationStatus create(String key)
Copyright © 2016–2024. All rights reserved.