Show / Hide Table of Contents

Enum DrProtectionGroupMemberType

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.
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public enum DrProtectionGroupMemberType

Fields

Name Description
AutonomousContainerDatabase
AutonomousDatabase
ComputeInstance
ComputeInstanceMovable
ComputeInstanceNonMovable
Database
FileSystem
LoadBalancer
NetworkLoadBalancer
ObjectStorageBucket
OkeCluster
UnknownEnumValue
VolumeGroup
In this article
Back to top