Show / Hide Table of Contents

Enum DrPlanGroupType

The types of groups in a DR plan.

  • USER_DEFINED - DR plan group whose contents are defined by the user.
  • BUILT_IN - DR plan group whose contents are pre-defined by the service. These groups cannot be modified by the user.
  • BUILT_IN_PRECHECK - DR plan precheck group whose contents are pre-defined by the service. These groups cannot be modified by the user.
  • USER_DEFINED_PAUSE - DR plan user-defined pause group.
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public enum DrPlanGroupType

Fields

Name Description
BuiltIn
BuiltInPrecheck
UnknownEnumValue
UserDefined
UserDefinedPause
In this article
Back to top