Show / Hide Table of Contents

Class PluggableDatabaseRefreshableCloneConfig

Pluggable Database Refreshable Clone Configuration.

Inheritance
object
PluggableDatabaseRefreshableCloneConfig
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 PluggableDatabaseRefreshableCloneConfig

Properties

IsRefreshableClone

Declaration
[JsonProperty(PropertyName = "isRefreshableClone")]
public bool? IsRefreshableClone { get; set; }
Property Value
Type Description
bool?

Indicates whether the Pluggable Database is a refreshable clone.

In this article
Back to top