Class GgcsTargetDetail
GGCS target configuration for creating or updating existing replicats.
Inherited Members
Namespace: Oci.DifService.Models
Assembly: OCI.DotNetSDK.Dif.dll
Syntax
public class GgcsTargetDetail
Properties
Action
Declaration
[Required(ErrorMessage = "Action is required.")]
[JsonProperty(PropertyName = "action")]
[JsonConverter(typeof(StringEnumConverter))]
public WorkflowAction? Action { get; set; }
Property Value
| Type | Description |
|---|---|
| WorkflowAction? | Action to be done over the user. Allowed values are "CREATE" or "UPDATE". |
Remarks
Required
ShouldStartTargetOperations
Declaration
[Required(ErrorMessage = "ShouldStartTargetOperations is required.")]
[JsonProperty(PropertyName = "shouldStartTargetOperations")]
public bool? ShouldStartTargetOperations { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Boolean value that determines target operations should start or not. |
Remarks
Required
SourceConnectionName
Declaration
[JsonProperty(PropertyName = "sourceConnectionName")]
public string SourceConnectionName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Name of assigned connection for the target. |
SourceUri
Declaration
[JsonProperty(PropertyName = "sourceUri")]
public string SourceUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Source uri for the GoldenGate deployment from where the collector path needs to be configured. |
TargetId
Declaration
[Required(ErrorMessage = "TargetId is required.")]
[JsonProperty(PropertyName = "targetId")]
public string TargetId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | GGCS target artifact id. |
Remarks
Required