@Generated(value="OracleSDKGenerator", comments="API Version: 20220125") public enum OkeClusterImageReplication extends Enum<OkeClusterImageReplication> implements BmcEnum
Controls the behavior of image replication across regions. Image replication is enabled by default for DR Protection Groups with a primary role.
Enum Constant and Description |
---|
Disable |
Enable |
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 OkeClusterImageReplication |
create(String key) |
String |
getValue() |
static OkeClusterImageReplication |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OkeClusterImageReplication[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OkeClusterImageReplication Enable
public static final OkeClusterImageReplication Disable
public static final OkeClusterImageReplication UnknownEnumValue
public static OkeClusterImageReplication[] values()
for (OkeClusterImageReplication c : OkeClusterImageReplication.values()) System.out.println(c);
public static OkeClusterImageReplication 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 OkeClusterImageReplication create(String key)
Copyright © 2016–2025. All rights reserved.