@Generated(value="OracleSDKGenerator", comments="API Version: 20220125") public enum DrProtectionGroupMemberType extends Enum<DrProtectionGroupMemberType> implements BmcEnum
Enumeration of different types of Oracle Cloud Infrastructure (OCI) resources that are members in a DR protection group. - COMPUTE_INSTANCE - Deprecated. A compute instance. - COMPUTE_INSTANCE_MOVABLE - A compute instance that moves across regions or ADs during DR. - COMPUTE_INSTANCE_NON_MOVABLE - A compute instance that does not move across regions or ADs during DR. - VOLUME_GROUP - A volume group. - DATABASE - An Oracle Database instance from Base Database service, or Exadata Database service. - AUTONOMOUS_DATABASE - An Oracle Autonomous Database Serverless. - AUTONOMOUS_CONTAINER_DATABASE - An Oracle Autonomous Container Database. - OKE_CLUSTER - OCI Container Engine for Kubernetes(OKE) cluster. - LOAD_BALANCER - A load balancer. - NETWORK_LOAD_BALANCER - A network load balancer. - FILE_SYSTEM - A file system.
Enum Constant and Description |
---|
AutonomousContainerDatabase |
AutonomousDatabase |
ComputeInstance |
ComputeInstanceMovable |
ComputeInstanceNonMovable |
Database |
FileSystem |
LoadBalancer |
NetworkLoadBalancer |
ObjectStorageBucket |
OkeCluster |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
VolumeGroup |
Modifier and Type | Method and Description |
---|---|
static DrProtectionGroupMemberType |
create(String key) |
String |
getValue() |
static DrProtectionGroupMemberType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrProtectionGroupMemberType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrProtectionGroupMemberType ComputeInstance
public static final DrProtectionGroupMemberType ComputeInstanceMovable
public static final DrProtectionGroupMemberType ComputeInstanceNonMovable
public static final DrProtectionGroupMemberType VolumeGroup
public static final DrProtectionGroupMemberType Database
public static final DrProtectionGroupMemberType AutonomousDatabase
public static final DrProtectionGroupMemberType AutonomousContainerDatabase
public static final DrProtectionGroupMemberType LoadBalancer
public static final DrProtectionGroupMemberType NetworkLoadBalancer
public static final DrProtectionGroupMemberType FileSystem
public static final DrProtectionGroupMemberType OkeCluster
public static final DrProtectionGroupMemberType ObjectStorageBucket
public static final DrProtectionGroupMemberType UnknownEnumValue
public static DrProtectionGroupMemberType[] values()
for (DrProtectionGroupMemberType c : DrProtectionGroupMemberType.values()) System.out.println(c);
public static DrProtectionGroupMemberType 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 DrProtectionGroupMemberType create(String key)
Copyright © 2016–2025. All rights reserved.