MountPoint
                                MountPoint                            
                            Information about the bind mount of a container of a storage replication adapter. For more information see https://docs.docker.com/storage/bind-mounts.
JSON Example
                                    {
    "source": "string",
    "destination": "string"
}
            
            
                                    string
                
                
            
        
        
                source            
                            Required
                    Source path of the mount point. This is a path outside the container.
            
            
                                    string
                
                
            
        
        
                destination            
                            Required
                    Destination path where the {@link #source} is mounted at. This is a path inside the container.
