Show / Hide Table of Contents

Class Exclude

Criteria to exclude certain target databases from the target database group.

Inheritance
object
Exclude
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class Exclude

Properties

TargetDatabaseIds

Declaration
[Required(ErrorMessage = "TargetDatabaseIds is required.")]
[JsonProperty(PropertyName = "targetDatabaseIds")]
public List<string> TargetDatabaseIds { get; set; }
Property Value
Type Description
List<string>

The list of target database OCIDS, that should be excluded from the target database group (even if they match some of the other criteria).

Remarks

Required

In this article
Back to top