Show / Hide Table of Contents

Class ChildPdb

Child PDB for a CDB.

Inheritance
object
ChildPdb
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DblmService.Models
Assembly: OCI.DotNetSDK.Dblm.dll
Syntax
public class ChildPdb

Properties

LastChangedBy

Declaration
[Required(ErrorMessage = "LastChangedBy is required.")]
[JsonProperty(PropertyName = "lastChangedBy")]
public string LastChangedBy { get; set; }
Property Value
Type Description
string

Last changed by

Remarks

Required

Name

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

Name fo the pluggable database.

Remarks

Required

OpenMode

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

Open mode

Remarks

Required

PdbId

Declaration
[Required(ErrorMessage = "PdbId is required.")]
[JsonProperty(PropertyName = "pdbId")]
public string PdbId { get; set; }
Property Value
Type Description
string

Identifier for the pluggable database.

Remarks

Required

RecoveryStatus

Declaration
[Required(ErrorMessage = "RecoveryStatus is required.")]
[JsonProperty(PropertyName = "recoveryStatus")]
public string RecoveryStatus { get; set; }
Property Value
Type Description
string

Recovery status

Remarks

Required

Restricted

Declaration
[Required(ErrorMessage = "Restricted is required.")]
[JsonProperty(PropertyName = "restricted")]
public string Restricted { get; set; }
Property Value
Type Description
string

Restricted

Remarks

Required

In this article
Back to top