Class Exclude
Criteria to exclude certain target databases from the target database group.
Inherited Members
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