Show / Hide Table of Contents

Class UpdateDataAssetFromAtp

Details for the Autonomous Transaction Processing data asset type.

Inheritance
object
UpdateDataAssetDetails
UpdateDataAssetFromAtp
Inherited Members
UpdateDataAssetDetails.Key
UpdateDataAssetDetails.ModelVersion
UpdateDataAssetDetails.Name
UpdateDataAssetDetails.Description
UpdateDataAssetDetails.ObjectStatus
UpdateDataAssetDetails.ObjectVersion
UpdateDataAssetDetails.Identifier
UpdateDataAssetDetails.ExternalKey
UpdateDataAssetDetails.AssetProperties
UpdateDataAssetDetails.RegistryMetadata
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 UpdateDataAssetFromAtp : UpdateDataAssetDetails

Properties

AutonomousDbId

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

Tha Autonomous Database Id

CompartmentId

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

The Autonomous Data Warehouse instance compartment Id.

CredentialFileContent

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

The credential file content from an Autonomous Transaction Processing wallet.

DefaultConnection

Declaration
[JsonProperty(PropertyName = "defaultConnection")]
public UpdateConnectionFromAtp DefaultConnection { get; set; }
Property Value
Type Description
UpdateConnectionFromAtp

DriverClass

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

The Autonomous Transaction Processing driver class

RegionId

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

The Autonomous Data Warehouse instance region Id.

ServiceName

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

The Autonomous Transaction Processing instance service name.

TenancyId

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

The Autonomous Data Warehouse instance tenancy Id.

WalletPasswordSecret

Declaration
[JsonProperty(PropertyName = "walletPasswordSecret")]
public SensitiveAttribute WalletPasswordSecret { get; set; }
Property Value
Type Description
SensitiveAttribute

WalletSecret

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