Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration 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.
  • LOAD_BALANCER - A load balancer.
  • NETWORK_LOAD_BALANCER - A network load balancer.
  • FILE_SYSTEM - A file system.

Enumeration members

AutonomousDatabase

AutonomousDatabase: = "AUTONOMOUS_DATABASE"

ComputeInstance

ComputeInstance: = "COMPUTE_INSTANCE"

ComputeInstanceMovable

ComputeInstanceMovable: = "COMPUTE_INSTANCE_MOVABLE"

ComputeInstanceNonMovable

ComputeInstanceNonMovable: = "COMPUTE_INSTANCE_NON_MOVABLE"

Database

Database: = "DATABASE"

FileSystem

FileSystem: = "FILE_SYSTEM"

LoadBalancer

LoadBalancer: = "LOAD_BALANCER"

NetworkLoadBalancer

NetworkLoadBalancer: = "NETWORK_LOAD_BALANCER"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

VolumeGroup

VolumeGroup: = "VOLUME_GROUP"

Functions

getDeserializedJsonObj

getJsonObj