Enum DrProtectionGroupMemberType

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<DrProtectionGroupMemberType>

    @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.