Show / Hide Table of Contents

Class DBExternalProperties

Configuration parameters defined for external databases.

Inheritance
object
DatabaseConfigurationMetricGroup
DBExternalProperties
Inherited Members
DatabaseConfigurationMetricGroup.TimeCollected
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class DBExternalProperties : DatabaseConfigurationMetricGroup

Properties

Cdb

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

Indicates if it is a CDB or not. This would be 'yes' or 'no'.

ControlFileType

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

Type of control file.

Created

Declaration
[JsonProperty(PropertyName = "created")]
public DateTime? Created { get; set; }
Property Value
Type Description
DateTime?

Creation time.

DatabaseRole

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

Current role of the database.

GuardStatus

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

Data protection policy.

LogMode

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

Archive log mode.

Name

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

Name of the database.

OpenMode

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

Open mode information.

PlatformName

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

Platform name of the database, OS with architecture.

SwitchoverStatus

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

Indicates whether switchover is allowed.

In this article
Back to top