Class TargetDatabase
The details of the Data Safe target database.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class TargetDatabase
Properties
AssociatedResourceIds
Declaration
[JsonProperty(PropertyName = "associatedResourceIds")]
public List<string> AssociatedResourceIds { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The OCIDs of associated resources like database, Data Safe private endpoint etc. |
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment which contains the Data Safe target database. |
Remarks
Required
ConnectionOption
Declaration
[JsonProperty(PropertyName = "connectionOption")]
public ConnectionOption ConnectionOption { get; set; }
Property Value
Type | Description |
---|---|
ConnectionOption |
Credentials
Declaration
[JsonProperty(PropertyName = "credentials")]
public Credentials Credentials { get; set; }
Property Value
Type | Description |
---|---|
Credentials |
DatabaseDetails
Declaration
[Required(ErrorMessage = "DatabaseDetails is required.")]
[JsonProperty(PropertyName = "databaseDetails")]
public DatabaseDetails DatabaseDetails { get; set; }
Property Value
Type | Description |
---|---|
DatabaseDetails |
Remarks
Required
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags
|
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | The description of the target database in Data Safe. |
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The display name of the target database in Data Safe. |
Remarks
Required
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags
|
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Data Safe target database. |
Remarks
Required
LifecycleDetails
Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }
Property Value
Type | Description |
---|---|
string | Details about the current state of the target database in Data Safe. |
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public TargetDatabaseLifecycleState? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
TargetDatabaseLifecycleState? | The current state of the target database in Data Safe. |
Remarks
Required
PeerTargetDatabases
Declaration
[JsonProperty(PropertyName = "peerTargetDatabases")]
public List<PeerTargetDatabase> PeerTargetDatabases { get; set; }
Property Value
Type | Description |
---|---|
List<PeerTargetDatabase> | The OCIDs of associated resources like database, Data Safe private endpoint, etc. |
SystemTags
Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud": {"free-tier-retained": "true"}} |
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time of the target database registration and creation in Data Safe. |
Remarks
Required
TimeUpdated
Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time of the target database update in Data Safe. |
TlsConfig
Declaration
[JsonProperty(PropertyName = "tlsConfig")]
public TlsConfig TlsConfig { get; set; }
Property Value
Type | Description |
---|---|
TlsConfig |