Class DeployArtifactsDetails
The data to create a DataIntelligence.
Inherited Members
Namespace: Oci.DifService.Models
Assembly: OCI.DotNetSDK.Dif.dll
Syntax
public class DeployArtifactsDetails
Properties
Adb
Declaration
[JsonProperty(PropertyName = "adb")]
public List<AdbArtifactsDetail> Adb { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AdbArtifactsDetail> | ADB artifact details if adb is included in the services. |
Dataflow
Declaration
[JsonProperty(PropertyName = "dataflow")]
public List<DataflowArtifactsDetail> Dataflow { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DataflowArtifactsDetail> | Dataflow artifact details if dataflow is included in the services. |
Ggcs
Declaration
[JsonProperty(PropertyName = "ggcs")]
public List<GgcsArtifactsDetail> Ggcs { get; set; }
Property Value
| Type | Description |
|---|---|
| List<GgcsArtifactsDetail> | GGCS artifact details if ggcs is included in the services. |
Services
Declaration
[Required(ErrorMessage = "Services is required.")]
[JsonProperty(PropertyName = "services", ItemConverterType = typeof(StringEnumConverter))]
public List<Service> Services { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Service> | List of services to be onboarded for the stack. |
Remarks
Required
StackTemplates
Declaration
[Required(ErrorMessage = "StackTemplates is required.")]
[JsonProperty(PropertyName = "stackTemplates", ItemConverterType = typeof(StringEnumConverter))]
public List<StackTemplate> StackTemplates { get; set; }
Property Value
| Type | Description |
|---|---|
| List<StackTemplate> | List of templates to be onboarded for the stack. |
Remarks
Required
SubnetId
Declaration
[JsonProperty(PropertyName = "subnetId")]
public string SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Subnet id for the Private Endpoint creation for artifact deployment. |