Class CreateDbHomeForStandbyDbSystem
Details for creating a database home for a standby db system with dataguard.
Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class CreateDbHomeForStandbyDbSystem
Properties
Database
Declaration
[Required(ErrorMessage = "Database is required.")]
[JsonProperty(PropertyName = "database")]
public CreateDatabaseForStandbyDbSystemDetails Database { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateDatabaseForStandbyDbSystemDetails |
Remarks
Required
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The user-provided name of the Database Home. |