Class AdbArtifactsDetail
ADW details to upload artifacts.
Inherited Members
Namespace: Oci.DifService.Models
Assembly: OCI.DotNetSDK.Dif.dll
Syntax
public class AdbArtifactsDetail
Properties
ArtifactObjectStoragePath
Declaration
[Required(ErrorMessage = "ArtifactObjectStoragePath is required.")]
[JsonProperty(PropertyName = "artifactObjectStoragePath")]
public string ArtifactObjectStoragePath { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Object storage path for the artifacts. |
Remarks
Required
DbCredentials
Declaration
[JsonProperty(PropertyName = "dbCredentials")]
public List<DbCredentialsDetail> DbCredentials { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DbCredentialsDetail> | DB credential details. |
InstanceId
Declaration
[Required(ErrorMessage = "InstanceId is required.")]
[JsonProperty(PropertyName = "instanceId")]
public string InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Instance id of the existing ADB instance. |
Remarks
Required