@Generated
public class DatabaseInstanceRef
extends Object
DatabaseInstanceRef is a reference to a database instance. It is used in the DatabaseInstance
object to refer to the parent instance of an instance and to refer the child instances of an
instance. To specify as a parent instance during creation of an instance, the lsn and branch_time
fields are optional. If not specified, the child instance will be created from the latest lsn of
the parent. If both lsn and branch_time are specified, the lsn will be used to create the child
instance.