Show / Hide Table of Contents

Class CreatePluggableDatabaseRefreshableCloneDetails

Parameters for creating Pluggable Database Refreshable Clone. Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.

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

Properties

IsRefreshableClone

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

Indicates whether Pluggable Database is a refreshable clone.

In this article
Back to top