Show / Hide Table of Contents

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.

Inheritance
object
CreateDbHomeForStandbyDbSystem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top