Class LaunchStandbyDbSystemDetails
Used for creating a new standby database system in dataguard environment.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class LaunchStandbyDbSystemDetails : LaunchDbSystemBase
Properties
DbHome
Declaration
[Required(ErrorMessage = "DbHome is required.")]
[JsonProperty(PropertyName = "dbHome")]
public CreateDbHomeForStandbyDbSystem DbHome { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateDbHomeForStandbyDbSystem |
Remarks
Required
LicenseModel
Declaration
[JsonProperty(PropertyName = "licenseModel")]
[JsonConverter(typeof(StringEnumConverter))]
public LaunchStandbyDbSystemDetails.LicenseModelEnum? LicenseModel { get; set; }
Property Value
| Type | Description |
|---|---|
| LaunchStandbyDbSystemDetails.LicenseModelEnum? | The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED. |
PrimaryDbSystemId
Declaration
[Required(ErrorMessage = "PrimaryDbSystemId is required.")]
[JsonProperty(PropertyName = "primaryDbSystemId")]
public string PrimaryDbSystemId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the DB system. |
Remarks
Required