Uses of Class
com.oracle.bmc.database.model.DbnodeSnapshot
-
Packages that use DbnodeSnapshot Package Description com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of DbnodeSnapshot in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbnodeSnapshot Modifier and Type Method Description DbnodeSnapshotDbnodeSnapshot.Builder. build()Methods in com.oracle.bmc.database.model that return types with arguments of type DbnodeSnapshot Modifier and Type Method Description List<DbnodeSnapshot>DbnodeSnapshots. getSnapshots()The OCID of the Exadata Database Node.Methods in com.oracle.bmc.database.model with parameters of type DbnodeSnapshot Modifier and Type Method Description DbnodeSnapshot.BuilderDbnodeSnapshot.Builder. copy(DbnodeSnapshot model)Method parameters in com.oracle.bmc.database.model with type arguments of type DbnodeSnapshot Modifier and Type Method Description DbnodeSnapshots.BuilderDbnodeSnapshots.Builder. snapshots(List<DbnodeSnapshot> snapshots)The OCID of the Exadata Database Node.Constructor parameters in com.oracle.bmc.database.model with type arguments of type DbnodeSnapshot Constructor Description DbnodeSnapshots(String name, List<DbnodeSnapshot> snapshots)Deprecated. -
Uses of DbnodeSnapshot in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return DbnodeSnapshot Modifier and Type Method Description DbnodeSnapshotGetDbnodeSnapshotResponse. getDbnodeSnapshot()The returned DbnodeSnapshot instance.DbnodeSnapshotMountDbnodeSnapshotResponse. getDbnodeSnapshot()The returned DbnodeSnapshot instance.DbnodeSnapshotUnmountDbnodeSnapshotResponse. getDbnodeSnapshot()The returned DbnodeSnapshot instance.Methods in com.oracle.bmc.database.responses with parameters of type DbnodeSnapshot Modifier and Type Method Description GetDbnodeSnapshotResponse.BuilderGetDbnodeSnapshotResponse.Builder. dbnodeSnapshot(DbnodeSnapshot dbnodeSnapshot)The returned DbnodeSnapshot instance.MountDbnodeSnapshotResponse.BuilderMountDbnodeSnapshotResponse.Builder. dbnodeSnapshot(DbnodeSnapshot dbnodeSnapshot)The returned DbnodeSnapshot instance.UnmountDbnodeSnapshotResponse.BuilderUnmountDbnodeSnapshotResponse.Builder. dbnodeSnapshot(DbnodeSnapshot dbnodeSnapshot)The returned DbnodeSnapshot instance.
-