public static enum ReplicationPolicy.Status extends Enum<ReplicationPolicy.Status> implements BmcEnum
The replication status of the policy. If the status is CLIENT_ERROR, once the user fixes the issue described in the status message, the status will become ACTIVE.
Enum Constant and Description |
---|
Active |
ClientError |
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 ReplicationPolicy.Status |
create(String key) |
String |
getValue() |
static ReplicationPolicy.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationPolicy.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicationPolicy.Status Active
public static final ReplicationPolicy.Status ClientError
public static final ReplicationPolicy.Status UnknownEnumValue
public static ReplicationPolicy.Status[] values()
for (ReplicationPolicy.Status c : ReplicationPolicy.Status.values()) System.out.println(c);
public static ReplicationPolicy.Status 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 ReplicationPolicy.Status create(String key)
Copyright © 2016–2024. All rights reserved.