Class GgcsArtifactsDetail
Details required to deploy artifacts in the GGCS deployment.
Inherited Members
Namespace: Oci.DifService.Models
Assembly: OCI.DotNetSDK.Dif.dll
Syntax
public class GgcsArtifactsDetail
Properties
ArtifactObjectStoragePath
Declaration
[JsonProperty(PropertyName = "artifactObjectStoragePath")]
public string ArtifactObjectStoragePath { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Object storage root path containing GGCS artifacts. |
InstanceId
Declaration
[Required(ErrorMessage = "InstanceId is required.")]
[JsonProperty(PropertyName = "instanceId")]
public string InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Instance id of the exisitng GGCS instance. |
Remarks
Required
Sources
Declaration
[JsonProperty(PropertyName = "sources")]
public List<GgcsSourceDetail> Sources { get; set; }
Property Value
| Type | Description |
|---|---|
| List<GgcsSourceDetail> | Source Detail to configure existing or new datasource. |
Targets
Declaration
[JsonProperty(PropertyName = "targets")]
public List<GgcsTargetDetail> Targets { get; set; }
Property Value
| Type | Description |
|---|---|
| List<GgcsTargetDetail> | Target Detail to configure existing or new datasource. |
Users
Declaration
[JsonProperty(PropertyName = "users")]
public List<GgcsUserDetail> Users { get; set; }
Property Value
| Type | Description |
|---|---|
| List<GgcsUserDetail> | Ggcs user details to be created or updated. |