Uses of Class
com.oracle.bmc.database.model.MountPointDetails
-
Packages that use MountPointDetails Package Description com.oracle.bmc.database.model -
-
Uses of MountPointDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return MountPointDetails Modifier and Type Method Description MountPointDetailsMountPointDetails.Builder. build()Methods in com.oracle.bmc.database.model that return types with arguments of type MountPointDetails Modifier and Type Method Description List<MountPointDetails>DbnodeSnapshot. getMountPoints()Details of the mount pointsList<MountPointDetails>DbnodeSnapshotSummary. getMountPoints()Details of the mount pointsMethods in com.oracle.bmc.database.model with parameters of type MountPointDetails Modifier and Type Method Description MountPointDetails.BuilderMountPointDetails.Builder. copy(MountPointDetails model)Method parameters in com.oracle.bmc.database.model with type arguments of type MountPointDetails Modifier and Type Method Description DbnodeSnapshot.BuilderDbnodeSnapshot.Builder. mountPoints(List<MountPointDetails> mountPoints)Details of the mount pointsDbnodeSnapshotSummary.BuilderDbnodeSnapshotSummary.Builder. mountPoints(List<MountPointDetails> mountPoints)Details of the mount pointsConstructor parameters in com.oracle.bmc.database.model with type arguments of type MountPointDetails Constructor Description DbnodeSnapshot(String id, DbnodeSnapshot.LifecycleState lifecycleState, String name, String sourceDbnodeId, Date timeCreated, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String compartmentId, String clusterId, List<MountPointDetails> mountPoints, List<VolumeDetails> volumes)Deprecated.DbnodeSnapshotSummary(String id, String sourceDbnodeId, DbnodeSnapshot.LifecycleState lifecycleState, String name, Date timeCreated, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String compartmentId, String clusterId, List<MountPointDetails> mountPoints, List<VolumeDetails> volumes)Deprecated.
-