Show / Hide Table of Contents

Class UpdateExternalPublicationDetails

Properties used to update a published Oracle Cloud Infrastructure Data Flow object.

Inheritance
object
UpdateExternalPublicationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class UpdateExternalPublicationDetails

Properties

ApplicationCompartmentId

Declaration
[Required(ErrorMessage = "ApplicationCompartmentId is required.")]
[JsonProperty(PropertyName = "applicationCompartmentId")]
public string ApplicationCompartmentId { get; set; }
Property Value
Type Description
string

The OCID of the compartment where the application is created in the Oracle Cloud Infrastructure Data Flow Service.

Remarks

Required

ApplicationId

Declaration
[JsonProperty(PropertyName = "applicationId")]
public string ApplicationId { get; set; }
Property Value
Type Description
string

The unique OCID of the identifier that is returned after creating the Oracle Cloud Infrastructure Data Flow application.

ConfigurationDetails

Declaration
[JsonProperty(PropertyName = "configurationDetails")]
public ConfigurationDetails ConfigurationDetails { get; set; }
Property Value
Type Description
ConfigurationDetails

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

The details of the data flow or the application.

DisplayName

Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

The name of the application.

Remarks

Required

ResourceConfiguration

Declaration
[JsonProperty(PropertyName = "resourceConfiguration")]
public ResourceConfiguration ResourceConfiguration { get; set; }
Property Value
Type Description
ResourceConfiguration
In this article
Back to top