Show / Hide Table of Contents

Class AdbArtifactsDetail

ADW details to upload artifacts.

Inheritance
object
AdbArtifactsDetail
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top